[Mono-bugs] [Bug 82616][Nor] New - TypeLoadException caused by override of method with generic args
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 28 14:39:58 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82616
--- shadow/82616 2007-08-28 14:39:58.000000000 -0400
+++ shadow/82616.tmp.18392 2007-08-28 14:39:58.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 82616
+Product: Mono: Runtime
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JIT
+AssignedTo: lupus at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TypeLoadException caused by override of method with generic args
+
+Compiling the attached source code using either gmcs or csc results in the
+following warning and a TypeLoadException:
+
+** (test.exe:3868): WARNING **: Missing method .BusinessBase`1.DataSelect
+in assembly test2.exe token 2b000002
+
+Unhandled Exception: System.TypeLoadException: A type load exception has
+occurred.
+ at <0x00000> <unknown method>
+ at D.Main () [0x00000]
+
+This code fragment was posted by someone (don't recall who) on #mono in a
+discussion related to bug #82498.
More information about the mono-bugs
mailing list