Prathap

Prathap

  • NA
  • 38
  • 31.4k

How to add reference to an assembly if different ver. exists

Feb 23 2016 2:51 AM
How to add reference to an assembly with same name and different version?
GAC contain an assembly named Test with version 1.0.0.0 and 2.0.0.0.
I want to use the assembly with version 1.0.0.0 in my program.How to do it?

Answers (1)