[Mono-bugs] [Bug 76757][Nor] Changed - Major bug on AppDomain, new AppDomains inherit current loaded assemblies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 19 09:31:56 EST 2005


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 robertj at gmx.net.

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

--- shadow/76757	2005-11-19 09:30:41.000000000 -0500
+++ shadow/76757.tmp.25737	2005-11-19 09:31:56.000000000 -0500
@@ -62,6 +62,16 @@
 I need help on this. Can anyone point me a workaround?
 
 ------- Additional Comments From mono at evain.net  2005-11-19 09:30 -------
 Created an attachment (id=16084)
 Proposed patch
 
+
+------- Additional Comments From robertj at gmx.net  2005-11-19 09:31 -------
+see mono/metadata/appdomain.c,
+ves_icall_System_AppDomain_createDomain ():
+
+The function is explicitly adding all assemblies of the
+current domain into the new domain.
+
+It should add only the corlib assembly.
+


More information about the mono-bugs mailing list