Code inspection: Cannot resolve resource
Resource references written in markup or code must point to an existing resource set. If the resource container cannot be found, the lookup will fail. This inspection reports a resource reference when the referenced resource set or resource file cannot be resolved.
Example
<asp:Label runat="server" Text="<%$ Resources:MissingResource, Greeting %>" />
<asp:Label runat="server" Text="<%$ Resources:Messages, Greeting %>" />
01 April 2026