ASP.NET MVC5 F12 does not create views

I have Resharper8 and VS2012 ... I updated my project to MVC5 and updated all the links in web.config, but when I press F12 on the view in the controller, it takes me to the definition of the function, and not to the view of the file itself. Creating new views is also not automatic, what happened and how to return it?

+3
source share
1 answer

This is resolved thanks to the fast support of JetBrains. The error occurs when upgrading to MVC 5.2 via nuget. To fix this:

ReSharper | Extension Manager | Updates | Find the ReSharper.ExternalAnnotations plugin | Update it to the latest version | Restart Visual Studio

http://resharper-support.jetbrains.com/entries/40213828-Missing-ReSharper-features-after-applying-MVC-5-2-nuget-update-

0

All Articles