[Mono-bugs] [Bug 22597] Changed - Interface method implementation not found at runtime

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Mar 2002 05:11:11 -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 miguel@ximian.com.

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

--- shadow/22597	Thu Mar 28 23:50:01 2002
+++ shadow/22597.tmp.11298	Fri Mar 29 00:11:11 2002
@@ -1,16 +1,16 @@
 Bug#: 22597
-Product: Mono/MCS
+Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
 Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: Misc
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Interface method implementation not found at runtime
@@ -83,6 +83,19 @@
 
 
 ------- Additional Comments From mkestner@speakeasy.net  2002-03-28 23:50 -------
 Created an attachment (id=1555)
 Test case
 
+
+------- Additional Comments From miguel@ximian.com  2002-03-29 00:11 -------
+I am moving this bug from Mono/MCS to Mono/Runtime.
+
+Reflection.Emit does not allow MCS to do certain things (in
+particular, generate the signature for a class so that it can inherit
+from a parent class an interface implementation).
+
+Since this is not possible, MCS generates a private explicit interface
+implementation for the method (see the attached posting from Mike) and
+just "calls" into its parent implementation to fullfil the request.
+
+This works with the Windows runtime, but fails with mono/mint.