I am using simple binary serialization and deserialization from this page:
The problem is that I serialize an array in one program and deserializing it in another. This causes the following error:
System.RunTime.Serialization.SerializationException: Cannot find the assembly: (assemblyname of my application which serializes the object).
Why is this happening, can't I use binary serialization over different applications?
--- neteject.com - Internet Solutions ---
The problem is that I serialize an array in one program and deserializing it in another. This causes the following error:
System.RunTime.Serialization.SerializationException: Cannot find the assembly: (assemblyname of my application which serializes the object).
Why is this happening, can't I use binary serialization over different applications?
--- neteject.com - Internet Solutions ---