How to handle "Could not find any resources appropriate for the specified culture or the neutral culture" Exception....
-
I have an application which is using an image which is picked up from a resource file. i have this exception- "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"WindowAplication1.Properties.Resources.resources\" was correctly embedded or linked into assembly \"WindowApplication1\" at compile time, or that all the satellite assemblies required are loadable and fully signed."} How can I handle this??? Thanks in adv...
-
I have an application which is using an image which is picked up from a resource file. i have this exception- "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"WindowAplication1.Properties.Resources.resources\" was correctly embedded or linked into assembly \"WindowApplication1\" at compile time, or that all the satellite assemblies required are loadable and fully signed."} How can I handle this??? Thanks in adv...
The clues are in the question: 1) Make sure "WindowAplication1.Properties.Resources.resources" was correctly embedded or linked into assembly "WindowApplication1" at compile time 2) All the satellite assemblies required are loadable and fully signed.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.