[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 09:56:14 -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 robik@mailbox.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=58922
--- shadow/58922 2004-05-28 09:26:39.000000000 -0400
+++ shadow/58922.tmp.12499 2004-05-28 09:56:14.000000000 -0400
@@ -136,6 +136,19 @@
------- Additional Comments From gonzalo@ximian.com 2004-05-28 09:26 -------
They say 'semicolon' because that's the PathSeparator on windows.
Probably they don't care much about portability ;-)
+
+------- Additional Comments From robik@mailbox.sk 2004-05-28 09:56 -------
+or maybe the developers likes semicolon more than something else? who
+knows :)
+
+but you are right... MS doesn't care much about portability (to unix).
+
+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 :(
+
+