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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 16:31:03 -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 15:09:59.000000000 -0400
+++ shadow/58763.tmp.23068	2004-05-20 16:31:03.000000000 -0400
@@ -59,6 +59,31 @@
 "http://xoap.weather.com/search/search?where=Paderborn,%20Germany";
                 WebClient web = new WebClient ();
                 web.DownloadData (uriString);
         }
 }
 
+
+------- Additional Comments From Christoph@ApiViewer.de  2004-05-20 16:31 -------
+When I compile your code and run it I get "Speicherzugriffsfehler"  
+-> Memory Access Error, but only the first time.  
+When I execute it a second time it seems to work.  
+  
+But my program does always result in this error...  
+  
+------------------------------------------------------  
+The remote server returned an error: (400) Bad Request.  
+  
+"Speicherzugriffsfehler"  
+------------------------------------------------------  
+  
+ or   
+  
+------------------------------------------------------  
+The remote server returned an error: (400) Bad Request.  
+  
+** (dk.exe:5955): WARNING **: : bogus daemon response, type 3  
+  
+** ERROR **: file handles.c: line 605 (_wapi_handle_ref): should not  
+be reached  
+aborting...  
+------------------------------------------------------