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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
