[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
Fri, 28 May 2004 10:18:18 -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 gert.driesen@pandora.be.

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

--- shadow/58922	2004-05-28 09:56:14.000000000 -0400
+++ shadow/58922.tmp.12859	2004-05-28 10:18:18.000000000 -0400
@@ -149,6 +149,11 @@
 anyway, the problem is still here. I can use PathSeparator in my code 
 and it will work fine, but the config files will need to be edited 
 when moving an application from win to unix, so the "deployment by 
 copy" is not possible :(
 
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-05-28 10:18 -------
+I agree, if we only support Path.PathSeparator as separator character 
+for the privatepath in the application configuration file, then 
+you'll end up with configuration files that are not portable...