Serialization
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am serializing an object and sending it through networkstream to another computer. However when i try to deserialize it, it is giving me a error "BinaryFormatter Version incompatibility. Expected Version 1.0 Recieved version 1566270836.0" I am using socket programming and not remoting. I am creating the application on a stand alone machine having only one version of .NET framework. How can i resolve this error?