[Mono-bugs] [Bug 38332][Min] New - verification errors in System.Xml.dll
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 19 Feb 2003 12:23:03 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=38332
--- shadow/38332 Wed Feb 19 12:23:03 2003
+++ shadow/38332.tmp.11291 Wed Feb 19 12:23:03 2003
@@ -0,0 +1,27 @@
+Bug#: 38332
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@freemail.hu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: verification errors in System.Xml.dll
+
+The System.Xml.dll file produced by mcs produces verification errors when
+run through PEVerify:
+
+[MD]: Error: TypeRef has a duplicate, token=0x0100006b. [token:0x0100002F]
+[MD]: Error: TypeRef has a duplicate, token=0x0100002f. [token:0x0100006B]
+2 Errors Verifying System.Xml.dll
+
+This is because, during compilation, the assemblyb->typerefs hashtable
+contains two references to the class 'System.Exception'.