[Mono-dev] Remoting RealProxy issue

Carlos Ble carlosble at shidix.com
Mon Dec 4 07:12:21 EST 2006


Well, I need to find who is firing the exception. At the moment I only
know that the tests engine works on .Net but throws that exception on
Mono.
Thanks

El lun, 04-12-2006 a las 12:10 +0100, Lluis Sanchez escribió:
> 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
> > 
> 
-- 
Carlos Ble      
Shidix Technologies
www.shidix.com/carlosble





More information about the Mono-devel-list mailing list