Search code examples
asp.netvisual-studio-2010solution

recover project in visual studio 2010


i have 4 project in my solution, framework , domain objects,business objects and website ... but this morning website project couldnt be loaded... when i tried firsttime to open solution... "The solution file has been modified outside the enviroment" message seemed and press reload then error is project file is corrupted... how can it happen... how can i fix this...

thx..


Solution

  • You can open your solution file (.sln) in notepad and check for the consistency of the document. The sln file will be in a hierarchical structure (like we have an xml).

    You can also open csproj files of different projects that you have in the solution check the xml of the csproj.