[Mono-bugs] [Bug 74671][Wis] New - Explicit and Strict swapped

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 05:58:38 -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=74671

--- shadow/74671	2005-04-20 05:58:38.000000000 -0400
+++ shadow/74671.tmp.8903	2005-04-20 05:58:38.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 74671
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Explicit and Strict swapped
+
+Description of Problem:
+System.Web compiles VB pages with
+----SNIP----
+Line 11: Option Explicit Off
+Line 12: Option Strict On
+----SNIP----
+instead of MS-ASP.NET's 
+----SNIP----
+Line 11: Option Strict Off
+Line 12: Option Explicit On
+----SNIP----
+
+Steps to reproduce the problem:
+1. just try to open an ASPX page with language VB and ensure there is a 
+compilation error, then you'll see the automatically generated code
+
+Actual Results:
+Strict On and Explicit Off
+
+Expected Results:
+Strict Off and Explicit On
+
+How often does this happen? 
+Always
+
+Additional Information:
+Last SVN-Checkout of mono and XSP on 2004-04-20