Hi guys,
I am puzzeled.. I am writing a simple remoting app.. where there's a client,
a server and a service class which will work between client and server so i
mark this service class as Serializable.. but strangely on the client side
it complains that it does not see this class whilst complaining and giving
the errors of
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in
mscorlib.dll
Additional information: Cannot find the assembly Communicate,
Version=1.0.174 5.4114, Culture=neutral , PublicKeyToken= null.
_______________ ______
and I did mark my service class as serializable.. copy and paste just incase
you don't believe me
[Serializable]
public class Session
thanks
Tom
I am puzzeled.. I am writing a simple remoting app.. where there's a client,
a server and a service class which will work between client and server so i
mark this service class as Serializable.. but strangely on the client side
it complains that it does not see this class whilst complaining and giving
the errors of
An unhandled exception of type
'System.Runtime .Serialization. SerializationEx ception' occurred in
mscorlib.dll
Additional information: Cannot find the assembly Communicate,
Version=1.0.174 5.4114, Culture=neutral , PublicKeyToken= null.
_______________ ______
and I did mark my service class as serializable.. copy and paste just incase
you don't believe me
[Serializable]
public class Session
thanks
Tom
Comment