[Mono-bugs] [Bug 22597] Changed - Interface method implementation not found at runtime
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
28 Mar 2002 15:37:17 -0000
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 joe@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22597
--- shadow/22597 Thu Mar 28 02:12:52 2002
+++ shadow/22597.tmp.32442 Thu Mar 28 10:37:17 2002
@@ -10,13 +10,12 @@
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Interface method implementation not found at runtime
mono mcs gtk-sharp cvs updated approx 17:00 CST 3/26/02
to reproduce, on linux in gtk-sharp/generator do a make linux.
@@ -62,6 +61,9 @@
Anyways, at this point we need to find out if this bug is a bug in the
compiler or a bug in the reflection.emit code in Mono.
To do this, I need you to compile your code on Windows with mcs. Does
the resulting binary run ok on Linux? If so, it is a Reflection.Emit
bug, if not, it is an MCS bug.
+
+------- Additional Comments From joe@ximian.com 2002-03-28 10:37 -------
+Mike said it works fine if you build on windows and run it on linux.