[Mono-bugs] [Bug 58763][Cri] New - XmlDocument.Load fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 13:33:32 -0400 (EDT)


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 christoph@apiviewer.de.

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

--- shadow/58763	2004-05-20 13:33:32.000000000 -0400
+++ shadow/58763.tmp.21133	2004-05-20 13:33:32.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 58763
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Christoph@ApiViewer.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlDocument.Load fails
+
+Description of Problem:
+XmlDocument.Load fails when loading xml-data from the web.
+
+PS: I can only guess that this is the problem, I can not get MonoDevelop 
+running on SuSE 9.1...
+
+Steps to reproduce the problem:
+Uri sURI = new Uri("http://xoap.weather.com/search/search?where=Paderborn,%
+20Germany");
+xmlDoc.Load(sURI.AbsoluteUri);
+
+
+Actual Results:
+Bad Request (Error 400)
+Memory Access Error
+
+sometimes some information about a Mono header file (forgot the name)
+
+
+Expected Results:
+should work like in Windows (MS .NET 1.1/same computer)
+
+How often does this happen? 
+always
+
+Additional Information:
+Mono 0.91