https://bugzilla.novell.com/show_bug.cgi?id=673094
https://bugzilla.novell.com/show_bug.cgi?id=673094#c3 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Zoltan Varga <[email protected]> 2011-02-20 02:48:25 UTC --- What happens here is LoadedAssembly.dll is loading automatically by the runtime when compiling DoTest () in the D1 domain, then it is stored in image->references where image is the MonoImage for "Program.exe". When DoTest () is compiled for D2, the assembly stored in image->references is used to lookup typeof(LoadedType), but that assembly is not loaded in D2, so it is loaded again by LoadFrom(), ending up with two types from two different MonoAssembly-es. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
