[Mono-bugs] [Bug 55334][Wis] New - Xml.DocumentSource property throws FileNotFound exception when set to fully qualified path

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 23:01:05 -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 ximian@aksi.mdamt.net.

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

--- shadow/55334	2004-03-08 23:01:05.000000000 -0500
+++ shadow/55334.tmp.23250	2004-03-08 23:01:05.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 55334
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ximian@aksi.mdamt.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Xml.DocumentSource property throws FileNotFound exception when set to fully qualified path
+
+Description of Problem:
+Xml.DocumentSource property throws FileNotFound exception when set to fully
+qualified path
+
+Steps to reproduce the problem:
+1. run the attached test case
+2. 
+3. 
+
+Actual Results:
+System.IO.FileNotFoundException: Could not find file
+"/home/mdamt/htdocs/home/mdamt/htdocs/tmp/people.xml".
+
+Expected Results:
+page display the xml file
+
+How often does this happen? 
+always
+
+Additional Information:
+put the xml file attached in the same directory as the test-xml.aspx file.