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 [EMAIL PROTECTED]

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

--- shadow/76165        2005-09-25 15:28:32.000000000 -0400
+++ shadow/76165.tmp.21085      2005-10-20 18:34:34.000000000 -0400
@@ -260,6 +260,19 @@
 MBAS would parse the code correctly.
 
 2 possible solutions:
 1) Inject MyBase.New() instead of MyBase.New
 2) Enable MBAS to parse a Sub or Function without brackets if they 
 have no parameters.
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-10-20 18:34 -------
+I'm getting the same message, running Mono 1.1.9.2 on Windows XP.
+
+Line 34:         Public Sub New()
+Line 35:             MyBase.New
+Line 36:             If ((ASP.Global_asax.__intialized = false)) Then
+Line 37:                 ASP.Global_asax.__intialized = true
+Line 38:             End If
+Line 39:         End Sub
+Line 40:     End Class
+Line 41: End Namespace
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to