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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76083 --- shadow/76083 2007-03-01 11:09:33.000000000 -0500 +++ shadow/76083.tmp.13516 2007-03-01 11:16:29.000000000 -0500 @@ -10,13 +10,12 @@ Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: 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 @@ -97,6 +96,13 @@ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ------- Additional Comments From [EMAIL PROTECTED] 2007-03-01 11:09 ------- Created an attachment (id=18800) Proposed patch + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-01 11:16 ------- +The above patch changes Binder.Default.GetBetterMethod to prefer +methods in subclasses if the arg types can't disambiguate them. + +Also fixes a typo in the CallingConventions comparison. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
