[Mono-bugs] [Bug 66060][Min] Changed - AppDomain.AssemblyResolve event not emitted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 20:45:25 -0400 (EDT)


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 peter@newton.cx.

http://bugzilla.ximian.com/show_bug.cgi?id=66060

--- shadow/66060	2004-09-15 20:45:00.000000000 -0400
+++ shadow/66060.tmp.26317	2004-09-15 20:45:25.000000000 -0400
@@ -24,6 +24,11 @@
 AppDomain.cs, which calls the AssemblyResolve delegates, is never called.
 (It is a private function.) Probably the assembly loading code was changed
 and this feature wasn't implemented.
 
 Sample program soon to be attached. I expect the message to be printed
 before an exception is thrown, but no message appears.
+
+------- Additional Comments From peter@newton.cx  2004-09-15 20:45 -------
+Created an attachment (id=10748)
+Demonstration of problem
+