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 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
