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=82625 --- shadow/82625 2007-08-29 12:42:44.000000000 -0400 +++ shadow/82625.tmp.2894 2007-08-29 12:56:25.000000000 -0400 @@ -116,6 +116,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-08-29 12:42 ------- This is caused by this change: http://lists.ximian.com/pipermail/mono-patches/2007-May/092393.html + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-29 12:56 ------- +Is the current problem in any way related to compatibility with MS.NET +(as I can see the NotSupported exception is added) or is it caused by +using a buggy code path after the change and it will be fixed there? :-) + +I remember that we workarounded errors in accessing Fields collection +of TypeBuilders on MS.NET (using reflection and accessing private +fields of TypeBuilder), but used the "normal" path on Mono since it +worked fine. The workaround is not enabled when running on Mono, so +this is probably why it works on MS.NET and not on Mono. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
