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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -97,6 +97,20 @@ EnableClientScript="true" SelectedNodeStyle-BackColor="yellow" datasourceid="XmlDataSource1"> <databindings> <asp:treenodebinding datamember="book" textfield="Title"/> </databindings> + +------- Additional Comments From [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
