I have attached the resource file , and when I debugging the code the below error generates.
Is it the way to call resources or any other way to do this?
RegularExpressionValidator1.ErrorMessage = App_GlobalResources.ManageJobs.ResourceManager.GetString("SpecialCharectersValidationMessage");
Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure
“Zerk.Website.App_GlobalResources.ManageJobs.resources” was correctly
embedded or linked into assembly “Zerk.Website” at compile time, or
that all the satellite assemblies required are loadable and fully
signed.
Can any one help me on this ???????
I have got success with following code.