Quantcast
Channel: port135.com
Viewing all articles
Browse latest Browse all 306

Solved: “The resource object with key ‘X’ was not found”

$
0
0
You may run into the error below when you use a WebResource file in your ASP.NET project.
.
Server Error in ‘/UMregistration’ Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The resource object with key ‘FooterInfoMsg’ was not found.

Capture

Solution

In order to fix it:
  1. Right click on your resource (resx) file
  2. Go to Properties
  3. Change “Build Action” to “Content”

Capture2



Viewing all articles
Browse latest Browse all 306

Trending Articles