I develop client application that invokes product that has multiple versions and my customers can load different versions of the product one after another.
In order to support that in previous versions I created Application domain for each time user picked version.
Is it the right way to do it ? Do I have alternative ?
EDITED: Multiple versions - multiple dlls
Thank You!