I can't run my application. I receive the following error:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "NETScoreCore.Resources.Shared.SharedStrings.resources" was correctly embedded or linked into assembly "NETScoreCore" at compile time, or that all the satellite assemblies required are loadable and fully signed.
The code that throws this error is the following line, which ran correctly before, but now throws this error:
return ResourceManager.GetString("For_business",resourceCulture);