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=77191 --- shadow/77191 2007-02-05 08:47:10.000000000 -0500 +++ shadow/77191.tmp.524 2007-02-05 08:58:55.000000000 -0500 @@ -437,6 +437,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-05 08:47 ------- Created an attachment (id=18619) bug-77191-testcase.cs + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-05 08:58 ------- +The new patch fixes the real issue: MethodCall.ResolveMethod +didn't respect the type returned by CastTo (). + +This means that when a client is calling an interface +method, the server will lookup the method in the concrete +type, which can lead to AmbiguousMatchExceptions when +this concrete type has overloads. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
