ReSharper 5 disable resolve view

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-04-15T08:18:55Z Indexed on 2010/04/15 8:33 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

I just did a fresh installation of Visual Studio 2010 Ultimate and ReSharper 5. But now ran into the following situation;

return View("~/Plugin/Plugin.Product.dll/Plugin.Product.Views.CreateProduct.ascx");

From a controller i'm returning a view a shown above. ReSharper 5 is trying to resolve this view, but can't find it. Which is explainable in my situation. What i want is to disable the option for ReSharper to try and resolve the views. Is this possible?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET