[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
Sun, 20 Mar 2005 12:17:08 -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-17 16:42:15.000000000 -0500
+++ shadow/73046.tmp.2614 2005-03-20 12:17:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73046
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
@@ -140,6 +140,10 @@
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.
+
+------- Additional Comments From sebastien@ximian.com 2005-03-20 12:17 -------
+oops the second problem (IsolatedStorage) was fixed by adding
+BOOTSTRAP_NET_2_0. But this hasn't fixed the original problem :(