Hello, We have a problem deserializing an object that was serialized with older Devex version: The o...

Sep 2 2012 3:00 AM
Hello,
We have a problem deserializing an object that was serialized with older dll version:
The object was serialized with devex version 7.3.6. After that we have upgrated to version 10.2. Now, when we try to deserialize this object we get an exception "Error bindning to target method", after debugging inside the microsoft dlls we found that the problem was the version difference.
We use a BinaryFormatter class to serialize and desirialize objects.
Maybe you have any idea how we can solve this problem?  

Thanks in advance.