Hi, I'm using Microsoft Prism.
I'm using the .NET 4.5 build, however I think this is irrelevant to my problem.
Module1 uses a file called MyDll.dll which has a version number of 1.
Module2 uses a file called MyDll.dll which has a version number of 2.
These modules can be built and tested individually with no problems.
However, when I want to use these two modules in a single Prism application, how can I have the filename MyDll.dll in the final executing folder, when I need them both at the same time?
Thank-you.