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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 00:26:31 -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=65665

--- shadow/65665	2004-09-10 00:26:31.000000000 -0400
+++ shadow/65665.tmp.2227	2004-09-10 00:26:31.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 65665
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: New AppDomains don't have the assemblies loaded.
+
+Compile and run the attached test case (app.cs -> app.exe).
+
+Actual results (HEAD):
+Test - __MetadataTypes
+app.exe - app
+app.exe - __MetadataTypes
+app.exe - mscorlib
+
+Expected results:
+Test - mscorlib
+Test - app
+app.exe - mscorlib
+app.exe - app