[Mono-bugs] [Bug 58922][Maj] Changed - wrong usage of AppDomainSetup.PrivateBinPath when searching for private assemblies, wrong implementation of AppDomain.AppendPrivatePath()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 21:59:52 -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=58922

--- shadow/58922	2004-05-27 21:26:02.000000000 -0400
+++ shadow/58922.tmp.4771	2004-05-27 21:59:52.000000000 -0400
@@ -68,6 +68,26 @@
 I have found another bug, wich seem to depend on this bug.. al of 
 them ar result of this wrong implementation issue.
 bug #:
 57612
 57602
 57710
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-27 21:59 -------
+The bug seems yours. You should use Path.PathSeparator instead of a
+semicolon. Try the attached test case and you will see at the end of
+the output something like:
+Domain: mydomain
+  Loaded Test1.T1, test1, Version=0.0.0.0, Culture=neutral,
+PublicKeyToken=null
+    from /home/gonzalo/go-mono/domain/test1/test1.dll
+Domain: mydomain
+  Loaded Test2.T2, test2, Version=0.0.0.0, Culture=neutral,
+PublicKeyToken=null
+    from /home/gonzalo/go-mono/domain/test2/test2.dll
+
+Btw, above those lines you'll see that for the default domain the
+types are not found. That's a bug that i'm going to file and fix.
+
+Btw2, next time, please, apart from the detailed explanation, include
+a test case.
+