Unable to get Razor intellisense

Having done everything I found, I still can't get Razor Intellisense to work in Razor views.

I have several squiggles in the web.config file in the Views folder. I have a link to System.Web.Webpages.Razor in my project, but the web.config file still cannot resolve 3 links in configSections, and the error for WebViewPage says that it should be convertible to System.Web.UI. Page

What to do next?

+3
source share
1 answer

The problem was that the remainder of MVC2 remained on my computer. Removing it did not completely delete it, and a couple of the remaining files stopped the new MVC 3 installation. I apologize for not having the right URL, but someone wrote a blog on this subject and gives you a step-by-step guide. I should have done even more than he suggested, but that was the solution ... to clear every last remaining MVC 2 or MVC 3 CTP from your computer.

+2
source

All Articles