Reporter | Joseph Young (josephayoung) |
---|---|
Created | Dec 21, 2011 7:53:10 PM |
Updated | Dec 27, 2011 7:25:03 PM |
Resolved | Dec 27, 2011 7:25:03 PM |
Priority | Critical |
Type | Bug |
Fix versions | 6.1.1 |
State | Fixed |
Assignee | Slava Trenogin (derigel) |
Subsystem | Code Analysis - Solution-wide |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
In MVC3 Razor views, ActionLink helpers of the format:
@Html.ActionLink("Quote, "Details", "Quote", new { id = Model.QuoteID, area = "CEvo" }, null)
do not resolve the area properly. The string is marked as "Cannot resolve area 'CEvo'" throughout the site. Attempted to convert area name to lowercase with same results.
Workaround is to change inspection options for "MVC (unknown area)", but this is a useful feature that should be turned on by default.
@Html.ActionLink("Quote, "Details", "Quote", new { id = Model.QuoteID, area = "CEvo" }, null)
do not resolve the area properly. The string is marked as "Cannot resolve area 'CEvo'" throughout the site. Attempted to convert area name to lowercase with same results.
Workaround is to change inspection options for "MVC (unknown area)", but this is a useful feature that should be turned on by default.