https://bugzilla.novell.com/show_bug.cgi?id=644316
https://bugzilla.novell.com/show_bug.cgi?id=644316#c4 --- Comment #4 from Zoltan Varga <[email protected]> 2010-10-07 17:02:31 UTC --- The basic problem here is that we try to inline CallClassA into Main (), and during inlining, we try loading the dependent assembly, which fails, so we set image->references [1] to REFERENCE_MISSING, then when we compile the non inlined version of CallClassA, we don't call the assembly resolve event handler, since the assembly is flagged as missing. -- 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
