side-by-side assemblies in single running application

  • Thread starter Thread starter bobcat
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top