[Mono-bugs] [Bug 78521][Wis] New - System.Web: aspx parser builds a
partial class with constructor
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 28 07:31:13 EDT 2006
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 andrews at mainsoft.com.
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: mono-bugs at ximian.com
+ReportedBy: andrews at mainsoft.com
+QAContact: mono-bugs at ximian.com
+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
More information about the mono-bugs
mailing list