[Mono-bugs] [Bug 45735][Nor] New - XSP webserver and VB.NET code in scripts

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 2 Jul 2003 12:27:51 -0400 (EDT)


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 jwezel@compumaster.de.

http://bugzilla.ximian.com/show_bug.cgi?id=45735

--- shadow/45735	Wed Jul  2 12:27:51 2003
+++ shadow/45735.tmp.17987	Wed Jul  2 12:27:51 2003
@@ -0,0 +1,48 @@
+Bug#: 45735
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP webserver and VB.NET code in scripts
+
+Description of Problem:
+> The XSP webserver 0.40 has read my global.asax file which contains 
+> VB.NET code in <SCRIPT language="vb.net" runat=server> and displays 
+errors because it interprets it as C#. 
+> 
+> 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.
+
+Steps to reproduce the problem:
+1. simply launch a document via the xsp webserver which contains VB.NET 
+code
+2. find the compiler error results which start with C# code and included 
+VB.NET from the origin VB.NET aspx file.
+
+Actual Results:
+executing script contains C# code mixed with VB.NET code
+
+Expected Results:
+executing script should contain VB.NET code only (?)
+
+
+How often does this happen? 
+every time
+
+Additional Information:
+Gonzalo thinks it had to do something with a lack of CodeDom 
+provider/generator for VB.