T
Tom
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.SerializationException' occurred in
mscorlib.dll
Additional information: Cannot find the assembly Communicate,
Version=1.0.1745.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.SerializationException' occurred in
mscorlib.dll
Additional information: Cannot find the assembly Communicate,
Version=1.0.1745.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