Every time I open my VS solution I get “Projects have recently been added to this solution. Do you want to get them from source control?”

后端 未结 4 534
北荒
北荒 2020-12-23 09:23

I don\'t know exactly how, but on a certain moment we ruined our complete visual studio solution. It wouldn\'t build anymore, nor clean, nor find any reference.

Afte

4条回答
  •  旧巷少年郎
    2020-12-23 09:55

    Had a similar issue to this. There was a project file which was referenced and had been renamed. The .sln was not aware of the project file name change. The fix was the checkout the .sln file, and update the reference to the project file.

提交回复
热议问题