Dave

Dave

  • NA
  • 161
  • 0

Problem with Resources

Nov 21 2009 8:31 AM
I am getting the world's most annoying error message. When I try to run my Form, an error occurs when I try to access some Resources which I have included in the Resources.resx for my Project:

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

The only thing Google turned up was a Microsoft support article which says: "To resolve this problem, move all of the other class definitions so that they appear after the form's class definition."

I don't even know what that means. In a VS solution with 4 different projects (n-tier), where is the start? I've never thought of code appearing before or after other code.

Does anyone know how to solve this?

Answers (2)