Take a look at setting the AssemblyFormat property of the BinaryFormatter instance to FormatterAssemblyFormat.Simple (it defaults to Full) before you serialize things out.
-Mike http://staff.develop.com/woodring http://www.develop.com/devresources ----- Original Message ----- From: "Peter Rosser" <[EMAIL PROTECTED]> > Is there a way to make the deserializing assembly less sensitive to the > version of the serialized object? You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
