[Mono-bugs] [Bug 59833][Nor] Changed - NullReferenceException calling IsSerialized on EnumBuilder

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 15:14:47 -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@freemail.hu.

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

--- shadow/59833	2004-06-08 16:22:32.000000000 -0400
+++ shadow/59833.tmp.4222	2004-06-09 15:14:47.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59833
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,10 @@
 I attached a repro for this issue.
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-06-08 16:22 -------
 Created an attachment (id=8071)
 repro for NullReferenceException
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-06-09 15:14 -------
+I think this is caused by local changes, since in the CVS version,
+EnumBuilder.CreateType () returns null.