> -----Original Message----- > From: JE M. [mailto:[EMAIL PROTECTED] > Sent: viernes, 22 de junio de 2007 20:02 > To: [EMAIL PROTECTED] > Cc: [email protected] > Subject: RE: [mono-vb] Cannot run VB.NET aspx application created with > ASP.NET Web Matrix > > Thanks a lot Rolf, that solved my problem, to think yesterday I felt so > frustrated :) > > I ran the the small application in my firefox browser, and I get a > message > that says: > escription: Error parsing a resource required to service this request. > Review your source file and modify it to fix this error. > > Error message: > > Color Blue is not a valid color. > Line: 19 > Source Error: > </head> > <body> > <form runat="server"> > <asp:Label id="lblTitulo" style="Z-INDEX: 100; LEFT: 269px; > POSITION: absolute; TOP: 98px" runat="server" forecolor="Blue" > font-size="X-Large" font-bold="True">Welcome > to My Page</asp:Label> > <!-- Insert content here --> > </form> > > So I deleted the 'forecolor="Blue"' property and it worked. I thought > that by adding the <%@ import Namespace="System.Web" %> and <%@ import > Namespace="System.Drawing.Color" %> libraries to the aspx file it > should work, but it didn't. Do you know something about this issue? >
No, I have no idea about what this issue is, you might be better off asking at the mono-list mailinglist, instead of mono-vb mailinglist. Glad I could help anyways :) Rolf _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
