B
bobcat
I'm new to side-by-side assemblies, and was unable
to find any reference as to whether a single running
application can access multiple versions of a class.
For example, can I read a serialized object into an
old version, and use it to instantiate a new version
of the object? (If this works, I assume supporting
many versions will work too.)
I'll be happy just to have the answer that it works.
But if anyone has an example, it would be greatly
appreciated!!!
BJ
to find any reference as to whether a single running
application can access multiple versions of a class.
For example, can I read a serialized object into an
old version, and use it to instantiate a new version
of the object? (If this works, I assume supporting
many versions will work too.)
I'll be happy just to have the answer that it works.
But if anyone has an example, it would be greatly
appreciated!!!
BJ