I am using Visual Studio 2010 with ASP.NET MVC4 and the IntelliSense for Razor syntax is not working for me in the views for the application.
What can I do?
I am using Visual Studio 2010 with ASP.NET MVC4 and the IntelliSense for Razor syntax is not working for me in the views for the application.
What can I do?
Also Quoting from
http://sebnilsson.com/1091244048/making-mvc-3-razor-intellisense-work-after-installing-mvc-4-beta/
eg:
--
Also a similar question MVC 3 Visual Studio 2010 Razor Model intellisense not working
Also you may need to install VS 2010 SP1 .
Edit:
Also see Required updates on this page
http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253815
The problem for me came that in Views\web.config i was referencing an older version of mvc. (I migrated my project from V3 from V4) I updated the version and restarted and i have intellisense now