Razor intellisense isn't working.
I saw from a StackOverflow comment that VS2012 might have issues with Razor
intellisense so I reinstalled VS2010. I cloned RazorRockstars from GitHub.
The SelfHost project, which is what I'm interested in, compiles and runs
fine. However, intellisense doesn't work on cshtml files. I checked that
Cshtml files are associated with Razor editor. Both ASP.NET MVC 3 and 4 are
installed. There is a warning the ServiceStack.Razor assembly or one of its
dependendencies could not be loaded when I open a razor file. Yet all the
dependencies are there. I haven't modified the solution at all except
remove the other non self host projects.
Any advice appreciated.