Visual Studio 2013 Solution building not in build order

前端 未结 6 1786
别那么骄傲
别那么骄傲 2020-12-30 22:36

I am having problems getting my C# Solution to build \"Fresh\". If I clean the solution and build it again it will not build (I can do it a few times and it will build). It

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 23:04

    We had an issue where the project guids differed in case. Editing the project files solved the issue. We changed all Guids to uppercase

提交回复
热议问题