[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 Jan 16 13:18:54 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-14 22:20:31.000000000 -0500
+++ shadow/77191.tmp.12354	2006-01-16 13:18:54.000000000 -0500
@@ -237,6 +237,13 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2006-01-14 22:20 -------
 Created an attachment (id=16347)
 RemotingServices.patch
 
+
+------- Additional Comments From lluis at ximian.com  2006-01-16 13:18 -------
+I don't think this patch is correct. If the message doesn't provide a
+signature, it means that the method is not overloaded (so
+type.GetMethod (methodName, methodBindings) should be enough), not
+that it has no parameters. Maybe the client is failing to provide the
+signature in an overloading case?


More information about the mono-bugs mailing list