3

After updating all packages in NuGet manager, I've noticed that the view resolvement feature of Resharper have stopped working. I can't navigate to the view, and I no longer have the option of creating a new view.

A lot of packages were updated, among them MVC and Razor.

Harold Smith
  • 882
  • 3
  • 12
  • 21
  • Please also see my answer [here](http://stackoverflow.com/a/26503408/57477) for this same issue which seems to affect MVC 5.2.X & ReSharper 8.2.3. – CraigTP Oct 22 '14 at 08:40

1 Answers1

3

If you're using ReSharper 8, you need to update to the latest ReSharper 8.2, and make sure you update ReSharper's extension 'External Annotations'. This will pull the updated files that are required for MVC and Razor support.

If you're using a previous version of ReSharper, here's a workaround by @derigel you could use:

About workaround for previous versions of ReSharper:

You can download package with annotations https://resharper-plugins.jetbrains.com/api/v2/package/ReSharper.ExternalAnnotations/8.1.1000.431 and unpack content of ReSharper\vAny\annotations\ folder to C:\Program Files (x86)\JetBrains\ReSharper\vX.Y\Bin\ExternalAnnotations, where X.Y is your version of ReSharper.

Better first to clean target folder up to avoid annotations duplicates.

Community
  • 1
  • 1
Igal Tabachnik
  • 31,174
  • 15
  • 92
  • 157