[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
Tue Jan 17 04:47: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 robertj at gmx.net.

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

--- shadow/77191	2006-01-17 01:43:07.000000000 -0500
+++ shadow/77191.tmp.20554	2006-01-17 04:47:15.000000000 -0500
@@ -300,6 +300,14 @@
 (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
 System.Exception exc, System.Object[] out_args)
 
 
 I'm looking at this.
 
+
+------- Additional Comments From robertj at gmx.net  2006-01-17 04:47 -------
+Got it:
+
+the remoting field accessors System.Object.FieldGet/Set are
+private, hence GetMethodBaseFromName must use BindingFlags.NonPublic
+to be able to look them up.
+


More information about the mono-bugs mailing list