The Razor intellisense stopped working in one MVC 4 project, and one project only on my pc. I use Visual Studio 2013 Professional. I know this is an issue that has happened to a lot of people before me. I've tried many possible solutions, but the one that works for me has not been there yet...
A list of what I tried so far:
- Delete the temporary .suo file
- In tools->options check Auto list members
- Remove the project from the solution and add it back
- Create a new Visual Studio MVC project and copy the web.config file
- Delete old Visual Studio 2010 settings in AppData/Roaming/Windows/Visual Studio
- Change MVC version in web.config file in Views folder
- Clean the solution, exit VS, reopen it and rebuild entire solution
- Unload and reload the project within the solution
and probably I tried more which I can't remember right now. Does anyone have another solution/tip to solve this?
Suggested answers for this post which didn't work either:
- Repair Visual Studio and reinstall ASP .NET MVC