[Mono-list] Color XXXX is not a valid color errors

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Mar 28 11:15:16 EDT 2007


On Wed, 2007-03-28 at 09:18 -0500, Ted Milker wrote:
> I have just finished installing Mono 1.2.3 and getting it running on a 
> new FreeBSD box with Apache 2.2 and I was running through the xsp/test 
> application to see if it ASP.NET is functioning properly.  Everything 
> appears to be working great, except that any page that uses a text name 
> for a color, gives me:
> 
> "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 XXXX is not a valid color. "
> 
> where XXXX is the text name for a color like Red, Green, Blue, red, 
> etc.  Some of the ones that are not working are calendar.aspx, 
> login.aspx and treeview.aspx.  I am using ASP.NET 2.0 and 
> mod-mono-server2 from xsp 1.2.1

You should avoid mixing different versions of components. It can work,
but it can fail too (and no one test them).

Also ensure that you have updated your libgdiplus to version 1.2.3 (same
as your mono installation).

If you still have this issue then please fill a bug report into
bugzilla.ximian.com and specify OS version, architecture, and the URL of
the sample that fails.

> Has anyone else experienced this type of problem before or know what I 
> might be able to try to fix this?
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list