Configuration With Same Name Already Exists

后端 未结 2 393
执笔经年
执笔经年 2020-12-23 08:48

I have a solution with 10+ projects (VS2010 SP1). I have the following configurations defined in the solution:

  • Debug
  • Debug-QA
  • Release-UAT
相关标签:
2条回答
  • 2020-12-23 09:11

    Here's a workaround if already checked the Create new solution configurations checkbox:

    1. Open Explorer and navigate to the location of the solution for the project that is missing platforms.
    2. Move the solution .sln file to a temorary location where Visual Studio won't locate it.
    3. Open the .csproj file for the project that is missing platforms.
    4. Click the Solutions Platform dropdown.
    5. Click Configuration Manager...
    6. In the table, Click the dropdown in the Platform column for the project and select , to add a new platform.
    7. Click OK.
    8. Repeat adding new platforms as needed.
    9. Save the project.
    10. Return the previously moved solution file back to where it was.
    11. Reopen the combined project solution.

    source: https://developercommunity.visualstudio.com/content/problem/972/adding-a-platform-when-one-with-the-same-name-alre.html

    0 讨论(0)
  • 2020-12-23 09:33

    Make sure you're using the drop down list from the grid (not the one at the top of the dialog), and do not check the "Create new solution configurations" checkbox when adding your new project configuration.

    0 讨论(0)
提交回复
热议问题