[Mono-bugs] [Bug 65665][Maj] Changed - New AppDomains don't have the assemblies loaded.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 17:23:28 -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 vargaz@gmail.com.

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

--- shadow/65665	2004-09-10 08:24:14.000000000 -0400
+++ shadow/65665.tmp.23372	2004-09-15 17:23:28.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 65665
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
 February/030915.html
 
 My guess here is that we only add an assembly to domain->assemblies 
 when it is first loaded (eg, when we read the metadata from the 
 disk). So, if mscorlib is already loaded, it would not be added to 
 the new domain.
+
+------- Additional Comments From vargaz@gmail.com  2004-09-15 17:23 -------
+Fixed in CVS.