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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 16:48:04 -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 16:31:03.000000000 -0400
+++ shadow/58763.tmp.23239	2004-05-20 16:48:04.000000000 -0400
@@ -84,6 +84,19 @@
 ** (dk.exe:5955): WARNING **: : bogus daemon response, type 3  
   
 ** ERROR **: file handles.c: line 605 (_wapi_handle_ref): should not  
 be reached  
 aborting...  
 ------------------------------------------------------  
+
+------- Additional Comments From Christoph@ApiViewer.de  2004-05-20 16:48 -------
+When I try this: 
+ 
+Byte[] Buffer = web.DownloadData(uriString); 
+String download = Encoding.ASCII.GetString(Buffer); 
+Console.WriteLine(Buffer); 
+ 
+ 
+I get "System.Byte[]" in Console-Window... 
+ 
+Shouldn't it return the content of the webpage specified in the URI? 
+That's what MSDN says...