I have a solution with three projects. 2 of the projects link to log4net and several other DLLs.
When I create the installation package and add the project output for each of the projects, it drops the DLLs into the main "application folder". If I drag these DLLs into a separate folder created in the installation project, the applications will not start saying "I can not find log4net". I want these DLL links to be something like "bin" or some real name, and not in the main folder to which they add confusion. I just need my 2.exe in the main folder.
I tried adding a reference path in each project to point to the bin folder. Then, in the installation project, I added an output folder with the name "bin" and moved the DLL to this folder, but still does not work.
What am I missing! I spent a couple of hours looking around, trying to understand what I was doing wrong, perhaps that was how I was born! Thanks for any help!
source share