0
votes

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);
1
That looks like an error report. What's the question? How does the source code look? And what version of .NET / VS are you using?Abel
Are you sure you have a resource file with the correct name?Oded
yes, resFiles are correct. What else can it be?Narik
Narik, can you update your question first, please?Abel
.net 4.0, can't run application. return ResourceManager.GetString("For_business",resourceCulture); Shared string on its place, this programm was running befor, but now, it throws this messageNarik

1 Answers

1
votes

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.