[Mono-bugs] [Bug 51265][Wis] Changed - MCS Build fails with PROFILE=net_1_0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 10:49:04 -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=51265
--- shadow/51265 2003-11-28 10:25:11.000000000 -0500
+++ shadow/51265.tmp.10358 2003-11-28 10:49:04.000000000 -0500
@@ -45,6 +45,10 @@
(Environment.cs) out of #if tag as follows makes the build successful:
Desktop = 0x00,
#if NET_1_1
MyComputer = 0x11,
#endif
+
+------- Additional Comments From miguel@ximian.com 2003-11-28 10:49 -------
+We are unlikely to support Windows.Forms on the 1.0 profile, so maybe
+we should ignore this error, or not build WIndows.forms in this profile.