[Mono-dev] Remoting URI Exception

Carlos Solorzano carlos at applianz.com
Mon Nov 21 16:30:10 EST 2005


>If you have mono SVN, then simply edit Uri.cs to print the malformed Uri
>as part of the exception text. That would give us the problematic Uri.
>
>  
>
>
Now I feel like an idiot, sortof, I was editing the Remoting code to 
find out where the exception was occuring instead of printing the URI 
from the URI class. Eitherway I am almost certain the code happens at 
around line 201 of RealProxy.cs or at least thats where my Console.Outs 
took me :

 // todo: remove throw exception from the runtime invoke
                        if (null != exc) {
                                out_args = null;
                                throw exc.FixRemotingException();
                        }




More information about the Mono-devel-list mailing list