[Mono-bugs] [Bug 76284][Nor] New - System.Web.UI.WebControls.Xml
regression
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 29 21:39:12 EDT 2005
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 mmorano at mikeandwan.us.
http://bugzilla.ximian.com/show_bug.cgi?id=76284
--- shadow/76284 2005-09-29 21:39:12.000000000 -0400
+++ shadow/76284.tmp.24088 2005-09-29 21:39:12.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 76284
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: mmorano at mikeandwan.us
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Web.UI.WebControls.Xml regression
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The XML control in asp.net under the 2.0 profile does not properly
+transform a source document using an XSL sheet. This worked prior to the
+massive checkins associated with System.Web a few weeks ago.
+
+Steps to reproduce the problem:
+1. Use the test page & related XML/XSL files in
+mono/xsp/test/1.1/webcontrols/web_xml.aspx and access it from a browser
+using xsp2
+
+
+Actual Results:
+
+Server error in '/' application
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.NotImplementedException: The requested feature is not implemented.
+in <0x0002a> System.Web.UI.WebControls.Xml:HasControls ()
+in <0x0002d> System.Web.UI.Control:NullifyUniqueID ()
+in <0x0004d> System.Web.UI.Control:set_ID (System.String value)
+in <0x0004b> ASP.web_xml_aspx:__BuildControl_xml1 ()
+in <0x0007c> ASP.web_xml_aspx:__BuildControl__bctrl_1 ()
+in <0x00054> ASP.web_xml_aspx:__BuildControlTree (System.Web.UI.Control __ctrl)
+in <0x00026> ASP.web_xml_aspx:FrameworkInitialize ()
+in <0x000b9> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)
+in <0x021c6> System.Web.HttpApplication+<Pipeline>__1:MoveNext ()
+
+
+Expected Results:
+
+Proper XSL transform to occur, displaying correctly transformed content.
+
+
+How often does this happen?
+
+always.
+
+
+Additional Information:
+
+The Xml WebControl had worked prior to the massive updates in the
+System.Web area, and does not work now. There also appear to be a number
+of other controls / properties that now throw this not implemented
+exception now. Filing after a quick chat on IRC.
+
+
+
+Thanks for all your continuing hard work!
+-Mike
More information about the mono-bugs
mailing list