https://bugzilla.novell.com/show_bug.cgi?id=353604
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=353604#c2 --- Comment #2 from Stephen Gennard <[EMAIL PROTECTED]> 2008-01-14 07:00:03 MST --- That helps but now we get an exception in our runtime due to a NullReferenceException cause by the wrong ConstructorInfo being returned from Type.GetConstructor(..). I have attached a .zip with a cut-down which I believe it the cause of the issue. see novell_cctor_bug.zip To reproduce: d:\bug2>bld d:\bug2>call ilasm2 /dll b.il Assembling 'b.il' , no listing file, to dll --> 'b.dll' Operation completed successfully d:\bug2>call gmcs ct.cs /r:b.dll d:\bug2>mono ct.exe DEBUG: Fail (cinfo=Void .cctor()) Where as under Microsoft's CLR you get: d:\bug2>ct DEBUG: Pass (cinfo=Void .ctor()) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
