[Mono-bugs] [Bug 67760][Min] Changed - NullReferenceException when creating CustomAttributeBuilder utilizing runtime created attribute and runtime created enum type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Oct 2004 08:53:00 -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 vargaz@gmail.com.

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

--- shadow/67760	2004-10-08 12:51:19.000000000 -0400
+++ shadow/67760.tmp.16814	2004-10-09 08:53:00.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 67760
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Mandrake 9.1
 OS Details: mono 1.0.1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
@@ -142,6 +142,10 @@
 How often does this happen? 
 always
 
 Additional Information:
 MS.NET 1.1 and 2.0 have the similar bug when using DefineType to create
 enum type, while mono works fine with this.
+
+------- Additional Comments From vargaz@gmail.com  2004-10-09 08:53 -------
+This is already fixed in mono 1.1 but the fix is not available in the
+1.0 versions because it is too complex.