In my razor views the intellisense is not working. Are there any fixes for this?
I\'m using the newly released VS 2012 Professional and building a ASP.NET MVC 4 project. Th
What helped me was to delete the .csproj.user file. Additionally, I have also deleted a who bunch of other things: packages, .suo file, bin/ and obj/, I also did devenv.exe /setup, and devenv.exe /resetsettings, but what helped, I think, was exactly that - deleting the .csproj.user file.