[Mono-bugs] [Bug 59266][Maj] New - Assembly loading and AppDomains
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 15:41:24 -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=59266
--- shadow/59266 2004-05-28 15:41:24.000000000 -0400
+++ shadow/59266.tmp.20310 2004-05-28 15:41:24.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 59266
+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: Assembly loading and AppDomains
+
+Assembly loading succeeds in an appdomain that have a private search path
+if the assembly has been loaded in another domain.
+
+Try the test case. Under MS, the loads in 'mydomain' fail. With mono, it
+loads the assemblies.