razor intellisense not working on VS2010 for microsoft.web.helpers
- by pomarc
I have VS2010 Premium,.NET4.0, MVC3 Tools Update.
I've nugetted microsoft-web-helpers successfully.
I cannot get @razor intellisense to recognize the microsoft.web.helpers classes.
They do work correctely at runtime, i.e. @Twitter.profile shows a profile, but at design time the statent is seen as an error and no members are shown after "."
I've…