[Mono-dev] Remoting RealProxy issue

Lluis Sanchez lluis at ximian.com
Mon Dec 4 06:10:28 EST 2006


Hi,

I don't understand what is the problem. An exception will be thrown only
if the remote call returned an exception.

El dl 04 de 12 del 2006 a les 01:41 +0000, en/na Carlos Ble va escriure:
> Hi!
> I have a problem with
> mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs,
> line 202:
>  // todo: remove throw exception from the runtime invoke
>  if (null != exc) {
>        out_args = null;
>        throw exc.FixRemotingException();
>  }
> 
> Well, I am using the MonoRail tests engine but it doesn't work with Mono
> because of this issue. exc == null and an exception is thrown.
> I've tryied to not to throw the exception on RealProxy but it has more
> side effects. I think that by doing the to-do item above could solve the
> problem.
> MR tests engine:
> http://www.castleproject.org/monorail/documentation/v1rc2/usersguide/testing.html
> Thanks
> 




More information about the Mono-devel-list mailing list