[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
Thu Jan 26 09:37:36 EST 2006


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

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

--- shadow/77191	2006-01-17 17:12:09.000000000 -0500
+++ shadow/77191.tmp.14341	2006-01-26 09:37:36.000000000 -0500
@@ -322,6 +322,13 @@
 by client. Server was running on MS .NET 2.0, client was running on
 Mono 1.1.12.1. All tests are passed. So problem was on server side.
 Lluis' suspection has not been confirmed.
 
 Thanks for quick patch and responses.
 
+
+------- Additional Comments From lluis at ximian.com  2006-01-26 09:37 -------
+The patch works because of bug 77367. The problem is that a call to
+GetMethod(name, Type.EmptyTypes) will only find the method if it has
+no parameters. If the message does not have a signature it doesn't
+mean that the target method does not have parameters, it means that
+the method is not overloaded.


More information about the mono-bugs mailing list