how to access an assembly with the same name but having different versions at runtime
I have 2 assemblies with the same name but with different version 1.0.0.0 and 1.0.0.1.
I have installed it in GAC and want to use 1 of these versions during run time from my C# application(for e.g - based on locale) in asp.net 2.0.
Does anyone know how this can be done?
|