I have a solution with 10+ projects (VS2010 SP1). I have the following configurations defined in the solution:
- Debug
- Debug-qa
- Release uat
- Release production
This allows me to easily configure specific settings for each deployment scenario. However, for some reason, I cannot configure the settings as I would like. See this screenshot:

Pay attention to the selected projects / configurations. I cannot create a “Debug-QA” configuration for these projects (by selecting <New> in the cell for this particular project). When I try to add a new "Debug-QA" configuration to my DataUtility project, for example, Visual Studio yells at me:
This configuration cannot be created because there is already one solution configuration with the same name.
I know that it is! I am trying to add configuration to a project! What am I missing here? I want all projects to have all 5 configurations. I have the same problem when trying to map (create) platforms (for example, adding the platform "Any processor" to the DataUtility project).
visual-studio-2010 deployment configuration
Josh M. Oct 11 '12 at 18:48 2012-10-11 18:48
source share