[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
Wed Feb 1 11:24:15 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 alex.gap at mail.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=77191
--- shadow/77191 2006-01-31 14:10:04.000000000 -0500
+++ shadow/77191.tmp.8444 2006-02-01 11:24:15.000000000 -0500
@@ -346,6 +346,13 @@
What if:
* The client uses reflection to call a private remote method.
* The client calls an interface method which is not overloaded, but
which is overloaded (and public) in the remote implementation class.
This needs further research.
+
+------- Additional Comments From alex.gap at mail.ru 2006-02-01 11:24 -------
+Q: What if the client uses reflection to call a private remote method?
+A: Server throws exception with approx. description "Impossible to
+invoke non-public method through remoting". .NET 1.1 did in that way -
+I had experience with it.
+
More information about the mono-bugs
mailing list