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

  • Thread starter Thread starter EricW
  • Start date Start date
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
 
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?
 
I don't know, I never did anything with cultures.
Is it something I should add or remove?

rg,
Eric
 
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.
 
Back
Top