[Mono-bugs] [Bug 66060][Min] Changed - AppDomain.AssemblyResolve event not emitted
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 12:53:59 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66060
--- shadow/66060 2004-09-16 02:49:31.000000000 -0400
+++ shadow/66060.tmp.7127 2004-09-16 12:53:59.000000000 -0400
@@ -69,6 +69,9 @@
dostuff (name);
=================
If foo loads successfully, but one of its referenced assemblies can't
be found, should AssemblyResolve still be emitted? It isn't right now;
instead there's just an unconditional exception (icall.c:3248).
+
+------- Additional Comments From gonzalo@ximian.com 2004-09-16 12:53 -------
+The exception is thrown by MS too.