I try to pass an object to a server by reference in
remoting, but I got a SerializationEx ception. Using
debugger I got following error message,
An unhandled exception of
type 'System.Runtime .Serialization. SerializationEx ception'
occurred in mscorlib.dll
Additional information: Because of security restrictions,
the type System.Runtime. Remoting.ObjRef cannot be
accessed.
What happened and how do I fix it? Any help would be
appreciated.
Thanks
Fang
remoting, but I got a SerializationEx ception. Using
debugger I got following error message,
An unhandled exception of
type 'System.Runtime .Serialization. SerializationEx ception'
occurred in mscorlib.dll
Additional information: Because of security restrictions,
the type System.Runtime. Remoting.ObjRef cannot be
accessed.
What happened and how do I fix it? Any help would be
appreciated.
Thanks
Fang
Comment