Reputation: 1193
I have a project in visual studio 2010 and I'm using C# with .NetFramework 4.0. Is there a way of having two references to two dlls which have the same name, namespace and function names, but different internal implementation/logic?
Upvotes: 1
Views: 1874