Visual Studio is opening web page in notepad

前端 未结 2 542
深忆病人
深忆病人 2021-01-19 01:52

I was working on webpage (Chat.aspx) accidently my system got shutdown. Now my visual studio opening webpage in notepad which is empty(showing nothing).

I also trie

相关标签:
2条回答
  • 2021-01-19 02:42

    I recently faced this issue working in VS 2010 and I was breaking my brain. Luckily I had source control, so to solve the issue I manually deleted it the file and got latest version.

    0 讨论(0)
  • 2021-01-19 02:43

    Once I faced the same issue , I researched a lot on internet but in the end I ended up with writing the page again. Basically File pointer in Memory becomes invalid or corrupted due to which OS can not open the file in VS. here is a link for you

    When I faced this problem one of the expert suggested me that it is not possible to get back your page .

    If you have backup of your page then use that.

    0 讨论(0)
提交回复
热议问题