[Mono-bugs] XSP WebServer 0.40 doesn't handle my VB.NET code

Gonzalo Paniagua Javier gonzalo@ximian.com
02 Jul 2003 15:49:23 +0200


Hi.

mono-bugs-list is not used for reporting bugs. You gotta use
http://bugzilla.ximian.com, which will send an email to the list.

El mi? 02-07-2003 a las 15:35, Jochen Wezel escribió:
> Hi!
> 
> Here is a bug you may already have noticed. Anyway, there it is:
> 
> The XSP webserver 0.40 has read my global.asax file which contains
> VB.NET code in <SCRIPT language="vb.net" runat=server>
> 
> Additionally I tested a normal .aspx file and the server tried to
> interpret it as C# code, but it is definitly VB.NET code. C# is NOT
> the standard language for .aspx files!
> 
> The .NET framework has no problems with it.

We only need a couple of CodeDom classes (provider, generator) to
support that in xsp. Willing to help?

-Gonzalo