[Mono-bugs] [Bug 80876][Nor] Changed - Parser Error on any Color
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 23 13:10:17 EST 2007
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 nquillen at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80876
--- shadow/80876 2007-02-23 10:31:37.000000000 -0500
+++ shadow/80876.tmp.13750 2007-02-23 13:10:17.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 80876
Product: Mono: Class Libraries
Version: 1.2
OS: Mac OS X 10.3
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: nquillen at gmail.com
@@ -60,6 +60,43 @@
Still get the same error
------- Additional Comments From sebastien at ximian.com 2007-02-23 10:31 -------
*** Also include a stack trace of the exception. ***
please also state your CPU architecture (PPC or X86)
+
+------- Additional Comments From nquillen at gmail.com 2007-02-23 13:10 -------
+It's a x86 Mac.
+Sorry but it doesn't give me a stack trace only;
+
+Server Error in '/test' Application
+Parser Error
+Description: Error parsing a resource required to service this
+request. Review your source file and modify it to fix this error.
+
+Error message:
+Color yellow is not a valid color.
+
+File name: /Library/WebServer/xsptests/2.0/treeview/treeview-
+databound.aspx Line: 27
+
+Source Error: </data>
+ </asp:xmldatasource>
+
+ <asp:treeview
+ id="TreeView1"
+ runat="server"
+ ExpandDepth="0"
+ MaxDataBindDepth = "-1"
+ NodeIndent = "50"
+ LineImagesFolder = "TreeLineImages"
+ ShowLines="true"
+ ExpandImageToolTip="expandeix!"
+ NodeWrap="true"
+ ShowCheckBoxes = "All"
+ ShowExpandCollapse="true"
+ EnableClientScript="true"
+ SelectedNodeStyle-BackColor="yellow"
+ datasourceid="XmlDataSource1">
+ <databindings>
+ <asp:treenodebinding datamember="book" textfield="Title"/>
+ </databindings>
More information about the mono-bugs
mailing list