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

E

EricW

Hi,

When I run a class I get this message:

Could not find any resources appropriate for the specified culture or the
neutral culture.
Make sure "F_E_I_T.Remove.resources" was correctly embedded or linked into
assembly "FEIT" at compile time, or that all the satellite assemblies
required are loadable and fully signed.

The class name is: Remove
The namespace of the program is: F_E_I_T


I don't know how to solve this. it has always worked, but somehow I get this
now.
Can anyone help me please?

rg,
Eric
 
H

Herfried K. Wagner [MVP]

EricW said:
Could not find any resources appropriate for the specified culture or the
neutral culture.
Make sure "F_E_I_T.Remove.resources" was correctly embedded or linked into
assembly "FEIT" at compile time, or that all the satellite assemblies
required are loadable and fully signed.

The class name is: Remove
The namespace of the program is: F_E_I_T

Does your project specify a culture in a 'NeutralResourcesLanguage'
attribute?
 
E

EricW

I don't know, I never did anything with cultures.
Is it something I should add or remove?

rg,
Eric
 
H

Herfried K. Wagner [MVP]

EricW said:
I don't know, I never did anything with cultures.
Is it something I should add or remove?

Well, it's hard to detect the source of the problem if one doesn't know the
project.

You may also want to delete the project's "bin" and "obj" folders and
recompile it. Maybe something got out of sync somewhere in cached files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top