User-1717199157 posted
Hi,
I want to add resource strings to Resource.resx but even doing clean → build, the web always returns error ( I follow Updating
resource strings for ASP.Net MVC does not change the output )
Cannot retrieve property 'Name' because localization failed. Type 'Resources.Resource' is not public or does not contain a public static string property with the name 'XXX_NEW_COLUMN'.
Access modifier is set to be public, the old resource works well, so I think the problem is somewhere else.
I notice a dll called "App_GlobalResources.gkoac70j.dll" both in Web project and Entity project and it is not refreshed.
If I manually delete this dll, the references between Web and Entity get failed.
Not sure how to refresh this Resources/dll ?
Settings of App_GlobalResources
Build Action : Embedded Resource
Copy to Output Directory : Do not copy
Custom Tool : PublicResXFileCodeGenerator
Custom Tool Namespace : blank
Thank you