Visual Studio won't open solution file

前端 未结 3 1136
渐次进展
渐次进展 2020-12-25 08:07

I have a VS project (made by someone else), and when I try to open it on Visual Studio 2008, I get the following error message:

\"The selected file is a solution fil

3条回答
  •  粉色の甜心
    2020-12-25 08:33

    Solution:

    Step 1: Go to your project location where the project's . sln file is kept and then Right click on it, choose "Properties". Un check "Read Only" as like given below:

    Step 2: Again Go to the location where the project's . sln file is kept and then Right click on it to open it with notepad and change the "Microsoft Visual Studio Solution File, Format Version 12.00" to "Microsoft Visual Studio Solution File, Format Version 11.00" on the file.

提交回复
热议问题