remoting problem with framework 1.1

dubem1

Newcomer
Joined
Dec 5, 2002
Messages
20
I have juste install VS.Net 20043 with framework 1.1.

I have a remoting server which throws an exception.
I want to be able to catch it on the client and getting the actual exception
and its message, not the "Server encountered an internal error. For more
information, turn on customError
s in the server's .config file.".

Now I have tried all manner of settings in both the serverapplications
config file and the machine.config. No matter what I never get my error
back, instead I always get the above.

On 1.0 I always got my exception back to the client but not on 1.1 (tested
on both the one included in the w2k3 rc2 as well as the rtm version).
I am out of ideas. Any help greatly appreciated.
 
Back
Top