Reputation: 3
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);
Upvotes: 0
Views: 4030
Reputation: 57189
Though you don't seem to have asked a question yet, here's an attempt for an answer. Google shows me this KB article from Microsoft, it's possible that you just hit that bug.
Upvotes: 1