[Mono-bugs] [Bug 73046][Nor] Changed - gmcs doesn't support new enums (defined in 2.0) in (security) attributes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Mar 2005 16:42:15 -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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73046

--- shadow/73046	2005-03-15 16:09:42.000000000 -0500
+++ shadow/73046.tmp.32073	2005-03-17 16:42:15.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73046
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -135,6 +135,11 @@
 
 
 So forget my previous hack as it was only hidding the more complex
 problem. 
 
 I'm c.c. Marek as he had been doing the security attribute stuff in mcs.
+
+------- Additional Comments From sebastien@ximian.com  2005-03-17 16:42 -------
+my bad :(
+I should have used BOOTSTRAP_NET_2_0 in a few places.
+The BOOTSTRAP_NET_2_0 were added in SVN.