My .NET app referencing com object. My task is to be able to build my app without changing my code with different dll which is referenced on it.
How can i reference 2 versions of the same com reference? Is configuration manager can help here?
thanks