ASP.NET MVC "area" not understood by resharper
Is it normal that resharper sets the area parameter in this kind of code:
@Html.ActionLink("change", "ChangePassword", "Account", new { area = "FormsAuthentication"}, null)
resharper says: Cannot resolve area "FormsAuthentication"
?
Please sign in to leave a comment.
On 24.02.2012 19:16, jc wrote:
>
>
jc, did you tried ReSharper 6.1.1?
oops, didn't see there was a new release, it works fine now Thanks!
6.1.1 is better but still not great. For example, if you have a HomeController in root and a HomeController in an area, ReSharper gets confused.
Editing in razor files is atrociously slow. 6.1 and 6.1.1 releases seem like a big step back for R#.
-Michael