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=79798 --- shadow/79798 2006-11-02 23:42:53.000000000 -0500 +++ shadow/79798.tmp.28224 2006-11-04 10:37:21.000000000 -0500 @@ -67,6 +67,16 @@ Can you provide a self-contained testcase? ------- Additional Comments From [EMAIL PROTECTED] 2006-11-02 23:42 ------- Created an attachment (id=17982) I managed to get it down to this. Compile with gmcs. + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-04 10:37 ------- +The code you provided does not compile using gmcs (built from svn), +as you're attempting to access an instance field from a static +method. + +If older versions of gmcs allowed this code to compile, then that +probably caused the invalid IL. + +Resolve as FIXED ? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
