Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75512 --- shadow/75512 2005-11-07 23:41:53.000000000 -0500 +++ shadow/75512.tmp.26537 2005-11-08 13:06:37.000000000 -0500 @@ -163,6 +163,14 @@ Compiled this .dll with Mono 1.1.8.3; when ran on Microsoft.NET 1.1 it throws an exception during System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(Array array, RuntimeFieldHandle fldHandle) + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-08 13:06 ------- +I'm pretty sure the problem is that the PE image emitted by +our Reflection.Emit implementation is not correct somehow, specifically +the storage of the initialized field data. Maybe the fact that we +store the field data in the code section, instead of the 'initialized +data' section of the PE file. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
