[Mono-bugs] [Bug 61790][Wis] Changed - Mono mcs compiler does not support System.Web.UI.Control class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 15:22:28 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61790
--- shadow/61790 2004-07-21 13:38:23.000000000 -0400
+++ shadow/61790.tmp.25038 2004-07-21 15:22:28.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61790
Product: Mono: Compilers
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: aaron@starryonline.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,14 @@
How often does this happen?
All the time
Additional Information:
None
+
+------- Additional Comments From duncan@ximian.com 2004-07-21 15:22 -------
+You need to reference System.Web.dll.
+
+You can compile it like this:
+
+$ mcs /t:library /r:System.Web.dll test.cs
+Compilation succeeded