[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:27:06 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80876
--- shadow/80876 2007-02-23 13:10:17.000000000 -0500
+++ shadow/80876.tmp.14370 2007-02-23 13:27:06.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 80876
Product: Mono: Class Libraries
Version: 1.2
OS: Mac OS X 10.3
OS Details:
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: nquillen at gmail.com
@@ -97,6 +97,20 @@
EnableClientScript="true"
SelectedNodeStyle-BackColor="yellow"
datasourceid="XmlDataSource1">
<databindings>
<asp:treenodebinding datamember="book" textfield="Title"/>
</databindings>
+
+------- Additional Comments From sebastien at ximian.com 2007-02-23 13:27 -------
+You probably have XSP installed. Try running it like this
+mono --trace=T:System.Drawing.Color /usr/local/lib/mono/1.0/xsp.exe
+(adapt the path to your own copy of xsp.exe)
+
+The use a web browser to
+http://localhost:8080/yoursample.aspx
+
+Where yoursample.aspx is your small sample
+<asp:label runat="server" ForeColor="Red" />
+
+Paste (or attach) the log to this bug report.
+Thanks
More information about the mono-bugs
mailing list