[Mono-dev] Remoting RealProxy issue
Carlos Ble
carlosble at shidix.com
Sun Dec 3 20:41:49 EST 2006
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