Reputation: 15850
This is somewhat bizzare. I've migrated my VS2010 solution to a new PC. Everything is fine, solution runs, however MVC extension methods are not showing up in Intellisense! I am at a loss. I've seen a few posts on the topic but noone had real solutions.
Any tips are appreciated it. Project runs on dev web server. MVC is v2 VS2010 has been updated to SP1
Thank you!
Upvotes: 0
Views: 254
Reputation: 8808
Try this:
Folder location:
C:\Documents and Settings\username\Application Data\Microsoft\VisualStudio\10.0\ReflectedSchemas
New ReflectedSchemas files will be created when the project is re-opened.
Upvotes: 1