[Mono-bugs] [Bug 76757][Nor] Changed - new AppDomains inherit current loaded assemblies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 24 06:59:39 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 kornelpal at hotmail.com.

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

--- shadow/76757	2005-11-24 06:34:27.000000000 -0500
+++ shadow/76757.tmp.32159	2005-11-24 06:59:39.000000000 -0500
@@ -11,12 +11,13 @@
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: spigaz at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: new AppDomains inherit current loaded assemblies
+BugsThisDependsOn: 76811
 
 Description of Problem:
 When a new AppDomain is created, for some nasty reason he is picking up the
 assemblies already loaded by the current appdomain.
 
 Steps to reproduce the problem:
@@ -366,6 +367,15 @@
 as well, because they only take the "bin" problem into
 consideration if running on MSFT'S runtime.
 
 These are not big problems, but somebody still needs
 to fix them before the patch gets applied.
 
+
+------- Additional Comments From kornelpal at hotmail.com  2005-11-24 06:59 -------
+See Bug 76811. I think production XSP/mod_mono should use GAC but 
+it's OK to copy dependencies to web application bin directory for 
+unit tests as it is a correct use of assembly resolver.
+
+Sorry for previously stating that web application AppDomains depend 
+on xsp.exe, that was a wrong assumpltation. But XSP currently 
+prevents this bug from being fixed.


More information about the mono-bugs mailing list