[Mono-bugs] [Bug 36722][Blo] Changed - System.Drawing.Point type not found
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 14 Jan 2003 21:30:16 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36722
--- shadow/36722 Tue Jan 14 14:07:30 2003
+++ shadow/36722.tmp.9112 Tue Jan 14 21:30:16 2003
@@ -1,14 +1,14 @@
Bug#: 36722
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Blocker
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: incubus@shrimpwars.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -60,6 +60,12 @@
a successful compilation :)
==============================================
How often does this happen?
==============================================
Always
+
+------- Additional Comments From miguel@ximian.com 2003-01-14 21:30 -------
+You need to /reference the assembly, like this:
+
+mcs /r:System.Drawing.dll a.cs
+