2

I'm working with a project that has its partial views named following the convention SomeName.Widget.ascx. Starting with JetBrains ReSharper 6, these can't be resolved; ReSharper thinks they don't exist. For example:

enter image description here

Any thoughts on how to correct this? It wasn't an issue with ReSharper 5.

Yuck
  • 49,664
  • 13
  • 105
  • 135
  • Are you using a custom view engine? Resharper as great as it is, tends to be poor for MVC stuff, even version 6. If not, send them an email. They're pretty helpful. – Finglas Oct 15 '11 at 10:46
  • @Finglas: This is MVC 2 using the default view engine. – Yuck Oct 23 '11 at 16:06

2 Answers2

1

If this used to work, and nothing has changed, it could be a bug in ReSharper. I would recommend posting in their forums.

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275
  • @Yuck: Not sure if you have this fixed, but I have resharper 6.1 and this is still an issue... – Haroon Jan 16 '12 at 10:08
0

Yuck, this issue is filed http://youtrack.jetbrains.net/issue/RSRP-274771 and fixed in upcoming 6.1 release.

derigel
  • 3,218
  • 2
  • 19
  • 31