[Mono-bugs] [Bug 55586][Nor] Changed - Paths with # in them fail
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Mar 2004 11:35:29 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55586
--- shadow/55586 2004-03-15 08:29:06.000000000 -0500
+++ shadow/55586.tmp.8406 2004-03-25 11:35:29.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 55586
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Mono-0.30.2
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: mwh@sysrq.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,10 @@
(bool,string,System.IO.Stream,System.Collections.ArrayList,string,string)
in <0x00936> .Driver:Main (string[])
If I move the project dir out of the c# dir, then everything works like a
charm. Now I guess it is cause System.IO.StreamWriter is having some issues
with paths containing the # character.
+
+------- Additional Comments From lluis@ximian.com 2004-03-25 11:35 -------
+Well, in fact it failed for any assembly in a path not included in
+MONO_PATH. Fixed in CVS.