[Mono-bugs] [Bug 77643][Wis] New - Implementation missing

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 25 14:31:42 EST 2006


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 jan at patware.si.

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

--- shadow/77643	2006-02-25 14:31:42.000000000 -0500
+++ shadow/77643.tmp.5408	2006-02-25 14:31:42.000000000 -0500
@@ -0,0 +1,59 @@
+Bug#: 77643
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: jan at patware.si               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Implementation missing
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Create ASP.NET page
+2. deploy on XSP mini server
+3. 
+
+Actual Results:
+System.NotImplementedException: The requested feature is not implemented.
+in <0x0001d> System.Web.UI.WebControls.ListControl:PerformSelect ()
+in <0x0001b> System.Web.UI.WebControls.BaseDataBoundControl:DataBind ()
+in <0x000ff> bum_velvet_urediknige:Page_Load (System.Object sender,
+System.EventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00117> System.Web.UI.Control:OnLoad (System.EventArgs e)
+in <0x00112> System.Web.UI.Control:LoadRecursive ()
+in <0x001c4> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000a7> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)
+
+
+
+Expected Results:
+Opening the page
+
+
+How often does this happen? 
+always
+
+
+Additional Information:
+Code:
+DataSet ds = new DataSet();
+           
+ds.ReadXml(HttpContext.Current.Server.MapPath("~/bum/velvet/velvet.xml"),
+XmlReadMode.Auto);
+DropDownList1.DataSource = ds.Tables["zvrsti"].DefaultView;
+DropDownList1.DataBind();


More information about the mono-bugs mailing list