I have a Visual Studio 2005.NET solution that has 20+ subprojects, including a deployment project. The VS2005.NET deployment project has a number of dependencies discovered that were manually excluded and the values added manually were corrected.
Sometimes, however, these detected dependencies become magically not excluded, which causes a warning in the assembly: WARNING. Two or more objects have the same target location ('[targetdir] \')
What is a trigger that causes a detected dependency not to be ruled out? Can deployment solutions alert them to errors so that the nightly build does not continue?
source
share