In my add-in I use ESRI's PersistenceHelper class to serialize and deserialize objects to the mxd. This class however seems to compare the version of the executing assembly to the version of the assembly that was used saving the stream. If the version is not the same the stream is not loaded and the error below occurs:
System.Runtime.Serialization.SerializationException: Unable to find assembly 'MyAddin', Version=4.11.0.0
If I set the assembly version to a fixed version number it works. This is of course not desirable from a version management point of view. Any thoughts on solving this problem?
أكثر...
System.Runtime.Serialization.SerializationException: Unable to find assembly 'MyAddin', Version=4.11.0.0
If I set the assembly version to a fixed version number it works. This is of course not desirable from a version management point of view. Any thoughts on solving this problem?
أكثر...