[Mono-bugs] [Bug 76083][Nor] Changed - AmbiguousMatchException exception with an overriden method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 17:05:27 EDT 2005


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 jackson at ximian.com.

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

--- shadow/76083	2005-10-01 03:09:26.000000000 -0400
+++ shadow/76083.tmp.3512	2005-10-19 17:05:27.000000000 -0400
@@ -4,20 +4,20 @@
 OS: unknown
 OS Details: Ubuntu Linux Breezy Badger 5.10
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: Windows.Forms
-AssignedTo: jackson at ximian.com                            
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: jo at lumumba.luc.ac.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Adding a control to a TabPage using reflection gives AmbiguousMatchException exception
+Summary: AmbiguousMatchException exception with an overriden method
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 Resolving the "Add" method on a tabpage's Controls property gives an
 AmbiguousMatchException. As a parameter the Type of a
@@ -47,6 +47,11 @@
 Microsoft's .NET, and there it does work.
 
 ------- Additional Comments From jo at lumumba.luc.ac.be  2005-09-13 08:41 -------
 Created an attachment (id=15732)
 Testcase
 
+
+------- Additional Comments From jackson at ximian.com  2005-10-19 17:05 -------
+I believe this is a reflection bug as GetMethod shouldn't be throwing
+an AmbiguousMatchException here for an overidding method. Sadly my
+attempts at making a small test case have failed.


More information about the mono-bugs mailing list