[Mono-bugs] [Bug 77191][Nor] Changed - [PATCH] Mono remoting runtime can not resolve overload method during remote request method call processing.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 5 08:58:55 EST 2007


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 robertj at gmx.net.

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 robertj at gmx.net  2007-02-05 08:47 -------
 Created an attachment (id=18619)
 bug-77191-testcase.cs
 
+
+------- Additional Comments From robertj at gmx.net  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.
+


More information about the mono-bugs mailing list