Hi,
I have an application where I have to use two dll files as reference to my project. The thing is, my dll files both have the same name, but are something like different versions. I am not able to add both as references becoz of clash in name. And I cannot change the name of one of the dll files, as it is a very huge task of changing other fragments of code.
What can I do to add both as reference. Someone help me please