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