[Mono-bugs] [Bug 76297][Nor] Changed - Compilation errors generated
ASP.NET code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 19:53:09 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 darocker22 at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76297
--- shadow/76297 2005-09-30 14:39:37.000000000 -0400
+++ shadow/76297.tmp.8903 2005-10-03 19:53:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76297
Product: Mono: Compilers
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Normal
Component: Basic
AssignedTo: mono-bugs at ximian.com
ReportedBy: rogerio.araujo at gmail.com
QAContact: mono-bugs at ximian.com
@@ -52,6 +52,23 @@
reproduce the problem.
------- Additional Comments From rogerio.araujo at gmail.com 2005-09-30 11:50 -------
Created an attachment (id=15851)
datagrid_vbnet.aspx
+
+------- Additional Comments From darocker22 at hotmail.com 2005-10-03 19:53 -------
+Duplicate of Bug #74670
+
+Error actually occurs on the code parsing of the mbas compiler, with
+this code block. Since MyBase.New isn't written as MyBase.New() its
+throwing an Error. This should be fixed to where it can be called both
+ways.
+
+Public Sub New()
+ MyBase.New
+ If ((ASP.Global_asax.__intialized = false)) Then
+ ASP.Global_asax.__intialized = true
+ End If
+End Sub
+
+*** This bug has been marked as a duplicate of 74670 ***
More information about the mono-bugs
mailing list