[Mono-bugs] [Bug 60996][Nor] New - Microsoft.Web.UI.WebControls example fails.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 1 Jul 2004 14:23:33 -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 mono@b-lan.com.

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

--- shadow/60996	2004-07-01 14:23:33.000000000 -0400
+++ shadow/60996.tmp.610	2004-07-01 14:23:33.000000000 -0400
@@ -0,0 +1,66 @@
+Bug#: 60996
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Mandrake 10.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono@b-lan.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Microsoft.Web.UI.WebControls example fails.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When running the example treeview_bound.aspx, it dies in the trying to read
+the xml file.
+
+Steps to reproduce the problem:
+1. Apply patch to sources found in bug #60575
+2. start xsp in the samples directory
+3. open url: localhost:8080/treeview_bound.aspx
+
+Actual Results:
+Server error in '/' application
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.Xml.XmlException: Text node cannot appear in this state. Line 1,
+position 0.
+in <0x00050> System.Xml.XmlTextReader:ReadText (bool)
+in <0x00204> System.Xml.XmlTextReader:ReadContent ()
+in <0x0018e> System.Xml.XmlTextReader:Read ()
+in <0x000a5> Microsoft.Web.UI.WebControls.TreeView:ReadXmlSrc
+(string,string,string)
+in <0x00098> Microsoft.Web.UI.WebControls.TreeNode:ReadXmlSrc ()
+in <0x00058> Microsoft.Web.UI.WebControls.TreeNode:Databind ()
+in <0x00027> Microsoft.Web.UI.WebControls.TreeNode:OnInit ()
+in <0x0010f> Microsoft.Web.UI.WebControls.TreeView:OnInit (System.EventArgs)
+in <0x00273> System.Web.UI.Control:InitRecursive (System.Web.UI.Control)
+in <0x00185> System.Web.UI.Control:InitRecursive (System.Web.UI.Control)
+in <0x00185> System.Web.UI.Control:InitRecursive (System.Web.UI.Control)
+in <0x00060> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000c2> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x002f3> ExecuteHandlerState:Execute ()
+in <0x00084> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+
+Expected Results:
+A tree displayed in the browser.
+
+How often does this happen? 
+everytime.
+
+
+Additional Information: