Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

Could not find any resources appropriate for the specified culture or the neutral culture.

$
0
0

Hi,

 

I am working in VS2010 and getting this error when my project tries to access resx file. Resx file is local to this project. It works fine if I exclude and include again in my project. but it does not work when I load fresh solution and hit f5

{"Could not find any resources appropriate for the specified culture or the neutral culture. 
Make sure \"ABC.resources\" was correctly embedded or linked into assembly \"ABC\"
at compile time, or that all the satellite assemblies required are loadable and fully signed."}
 System.Exception {System.Resources.MissingManifestResourceException}

 

Can anyone explain how to fix this?

 

Thanks


Viewing all articles
Browse latest Browse all 8156