Switch assembly versions at runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi people i need you help:

Someone have a way to switch assembly versions at runtime without
recompiling code.

I want to do that but i don't know how...Please would you tell me the way to
do this???

Regards.

Johny
 
Just put that particular assembly in the application directory.
Assemblies referenced during compile time *can* be different from those
loaded in run time (unless you strong named them).
 
Back
Top