Since yesterday, I can’t edit cshtml files. Every time I try to edit the cshtml file, I get the following message:
"The document does not open; it has been renamed, deleted, or moved."
It all started when you tried to fix the problem with TypeScript without saving during compilation. Since nothing worked, I noticed a .Net SDK update (DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe). The installation took a lot of time, and I eventually canceled it. Since then I can not edit any cshtml files.
I created a new mvc project to see if I can edit cshtml files there, but it also does not work.
I tried everything I could find, except for a complete reinstall, but it doesn’t fix anything. I saw a discussion on https://github.com/aspnet/Tooling/issues/390 , but none of the suggestions helped.
source share