[Mono-bugs] [Bug 81446][Nor] Changed - PrivateBinPath used incorrectly ?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 22 06:38:10 EDT 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81446
--- shadow/81446 2007-08-21 19:37:15.000000000 -0400
+++ shadow/81446.tmp.14448 2007-08-22 06:38:10.000000000 -0400
@@ -83,6 +83,21 @@
colon (:) in HttpApplication. I think you wanted to use
Path.PathSeparator there.
I understand that using a semi-colon as path separator would
be "unnatural" on unix. Howver, the reason I brought it us was to
allow for platform-neutral configuration files.
+
+------- Additional Comments From robertj at gmx.net 2007-08-22 06:38 -------
+MSDN2 explicitly states that the paths are separated by semicolons:
+
+http://msdn2.microsoft.com/en-us/library/system.appdomainsetup.privatebinpath.aspx
+
+
+"Property Value
+A String containing a list of directory names, where the names are
+separated by semicolons."
+
+
+This might be LAMESPEC, but I think that Mono's implementation
+should follow it.
+
More information about the mono-bugs
mailing list