[Mono-bugs] [Bug 55926][Blo] Changed - Error Loading XmlFiles with "#" character in Path

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 17:53:44 -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 tropico@tiscali.be.

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

--- shadow/55926	2004-03-22 17:52:13.000000000 -0500
+++ shadow/55926.tmp.6989	2004-03-22 17:53:44.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 55926
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tropico@tiscali.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,13 @@
 
 The path is troncated, all characters following the # (included) are removed.
 
 And this throw a FileNotFoundException...
 
 I'm running mono 0.31
+
+------- Additional Comments From tropico@tiscali.be  2004-03-22 17:53 -------
+Sorry, forgot to mention, it's 
+
+XmlDocument.Load(fileName)
+
+;)