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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -52,6 +52,23 @@ reproduce the problem. ------- Additional Comments From [EMAIL PROTECTED] 2005-09-30 11:50 ------- Created an attachment (id=15851) datagrid_vbnet.aspx + +------- Additional Comments From [EMAIL PROTECTED] 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 *** _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
