[Mono-bugs] [Bug 74484][Nor] Changed - Attribute/namespace lookup problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 06:57:29 -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 rharinath@novell.com.

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

--- shadow/74484	2005-04-08 01:30:11.000000000 -0400
+++ shadow/74484.tmp.27399	2005-04-08 06:57:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74484
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
 Additional Information:
 
 The revision R42633 fix the problem by changing:
 
 -    [AttributeUsage (AttributeTargets.Class)]
 +    [System.AttributeUsage (System.AttributeTargets.Class)]
+
+------- Additional Comments From rharinath@novell.com  2005-04-08 06:57 -------
+Should be fixed in SVN r42679.