Visual Studio not showing all Projects in solution

后端 未结 6 1364
时光说笑
时光说笑 2021-01-11 11:09

I\'m not sure why, but Visual Studio is not showing all the projects in my solution. I need them to show so I can set as default project under solution explorer. I\'m not

6条回答
  •  渐次进展
    2021-01-11 11:36

    I had the same issue where my colleague saw 1 more project on his computer.

    I deleted my .sln file and got the exact same version as he. Problem was still the same.

    Solution was: I had an unloaded project. Apparently this is safed in a local user setting file (probably the .suo file). I looked for the unloaded project and loaded it again.

提交回复
热议问题