Ever since I updated my projects for VS 11 I can’t get my @Model intellisense to work in either version of Visual Studio (2010 or 11). I’ve tried reverting the .csproj file to remove the VS 11 references, but to no avail. Other MVC 3 Razor project are working just fine. Anyone experience this?
Share
I found this article that addressed my issue.
EDIT:
It seems that some combination of installing VS 11 and some tool updates caused this issue. I got luck and managed to get the following error message:
After doing some digging I wound up uninstalling “Microsoft ASP.NET Web Pages 2 – Visual Studio 2010 Tools”, which resulted in everything working. Granted it may have been a better idea to uninstall “Microsoft ASP.NET Web Pages – Visual Studio 2010 Tools” instead, but this is working at the moment.
I found a complete lack of information on the Internet about this type of issue, so I’m putting it here for posterity.