I’m trying to generate local resource file for pages. I successfully generated a few, but one of the pages didnt generate resource file, showing a message in output:
“Start creating resource content and adding ‘meta’ attributes to server controls and directives.
A resource writer could not be found.
Finished creating resource content and adding ‘meta’ attributes.”
I’m trying to generate local resource file for pages. I successfully generated a few,
Share
App_LocalResources folder already existed in the parent folder but was excluded from project, hence it was not generating the resx file. All I had to do was to include the folder back into the project.