When opening some solutions out of control of the versions with which actions were taken to add and delete projects, sometimes the Studio issues such a message when loading.

How to fix the solution file?

    1 answer 1

    You need to open the solution.sln solution file and edit it, namely:

    • find section GlobalSection
    • match its contents with the real state of the project, paying special attention to the SccNumberOfProjects attribute.
    • if there is a discrepancy (for example, section repeats or an incorrect number of projects), then delete the unnecessary.

    Source of