[Mono-bugs] [Bug 57926][Blo] New - compiling subclass fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 17:19:22 -0400 (EDT)
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 james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57926
--- shadow/57926 2004-04-30 17:19:22.000000000 -0400
+++ shadow/57926.tmp.17464 2004-04-30 17:19:22.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 57926
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: james@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: compiling subclass fails
+
+The compiler won't correctly compile a class which is a subclass of
+System.Web.Hosting.SimpleWorkerRequest. The error is:
+
+mcs -o blah.exe MyWorkerRequest.cs -r:System.Web
+MyWorkerRequest.cs(7) error CS1501: No overload for method
+`System.Web.Hosting.SimpleWorkerRequest' takes `0' arguments
+MyWorkerRequest.cs(7) error CS1501: Can not find a constructor for this
+argument list
+Compilation failed: 2 error(s), 0 warnings
+
+This is with CVS from today.