I tried a serialization deserialization network application
-
I am trying to serialize a simple class over the network. I found the following error at receiver side. Additional information: Cannot find the assembly BinaryDataSender, Version=1.0.1934.14107, Culture=neutral, PublicKeyToken=null. What might be the problem? for this also I tried a lot to find the information regarding this, but in vain. MOhammed Aijaz MOhiuddin.
-
I am trying to serialize a simple class over the network. I found the following error at receiver side. Additional information: Cannot find the assembly BinaryDataSender, Version=1.0.1934.14107, Culture=neutral, PublicKeyToken=null. What might be the problem? for this also I tried a lot to find the information regarding this, but in vain. MOhammed Aijaz MOhiuddin.
what formatter do you use? SOAP, XML, Binary? how do you serialize and deserialize your instance?