Help ?? I self studied VB .NET throught a book (apress - Building Client/Server Application with VB .NET : An Example - driven Approch) by Jeff Levinson. when I coded in the example from the book and ran the program and I got this error message
"An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll
Additional information: BinaryFormatter Version incompatibility. Expected Version 1.0. Received Version 1008738336.1684104552."
there were no compiled error, will that be the .NET version error ? looks like the code expecting the .NET 1.0 ? the book is published in 2003. I use Visual Studio 2003 which with .NET framwork 1.1 . if that is the case ... can someone tell me what is the right way to do the "Serialization in .NET 1.1"
Thanks a lot
Daniel