Has anyone had any issues with the project losing intellisense and producing "the name {Model, Html, ViewBag, etc.} does not exist in the current context.
I get this every once in a while and I have to either create a new project and transfer all the files (not fun) or I've had some success editing the csproj file and it fixes itself when reloaded - and we're good to go for awhile.
Any idea why this happens?
Comments: This is also affecting me. Visual Studio 2013 Update 1 New ASP.NET MVC5 project. web.config files are set up correctly as far as I know. The MyView.generated.cs file is applying the correct type as the generic typeparam for the WebViewPage base class. I've tried completely resetting my project filestructure with git clean -fx to remove all untracked files, no change to the issue.
I get this every once in a while and I have to either create a new project and transfer all the files (not fun) or I've had some success editing the csproj file and it fixes itself when reloaded - and we're good to go for awhile.
Any idea why this happens?
Comments: This is also affecting me. Visual Studio 2013 Update 1 New ASP.NET MVC5 project. web.config files are set up correctly as far as I know. The MyView.generated.cs file is applying the correct type as the generic typeparam for the WebViewPage base class. I've tried completely resetting my project filestructure with git clean -fx to remove all untracked files, no change to the issue.