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=78521 --- shadow/78521 2006-05-28 07:31:12.000000000 -0400 +++ shadow/78521.tmp.14746 2006-05-28 07:31:12.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 78521 +Product: Mono: Runtime +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: System.Web: aspx parser builds a partial class with constructor + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +On dotnet it's possible to define a constructor in the code behind class, +on mono constructor is used to set __initialized static field. + +Steps to reproduce the problem: +1. copy test.aspx and test.aspx.cs to dir accessible from xsp +2. access test.aspx url + +Actual Results: +Description: Error compiling a resource required to service this request. +Review your source file and modify it to fix this error. +Error message: C:\DOCUME~1\andrews\LOCALS~1\Temp\andrews-temp-aspnet- +0\65afe7c0\71992.0.cs(37,12) : error CS0111: `Test.Test()' is already +defined. Rename this member or use different parameter types + +Expected Results: +No exception + +How often does this happen? +always _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
