[Mono-bugs] [Bug 76165][Maj] Changed - XSP
System.Runtime.Serialization.SerializationException using
ASP.NET with VB-code as codebehind.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 18:34:34 EDT 2005
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 saadis01 at gmail.com.
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 saadis01 at gmail.com 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
+
More information about the mono-bugs
mailing list