Replacing Assemblies in the current AppDomain
I'm using different assembly versions and I want to replace it on runtime. The only way to achieve that I've seen is to unload the appdomain, but I'm looking for a different solution.
Thanks for your help.