P
Peter Rilling
I have a create that I am serializing which is then stored for later
retrieval. The assembly that contains the class that I serialize is
strongly named.
I have encountered a problem were each time I update the version of the
assembly, the serialized content become invalid because the original class
cannot be found since the strong name changes. What is the best solution to
overcome this issue. Since I am not updating the serialized class, there
should be no problem in desterilizing the class, even if in another
assembly?
retrieval. The assembly that contains the class that I serialize is
strongly named.
I have encountered a problem were each time I update the version of the
assembly, the serialized content become invalid because the original class
cannot be found since the strong name changes. What is the best solution to
overcome this issue. Since I am not updating the serialized class, there
should be no problem in desterilizing the class, even if in another
assembly?