Hi,
I have problem to make work a resource file. This is my simple code : ResourceManager rm = new ResourceManager("RessourceFile", Assembly.GetExecutingAssembly());
string header = rm.GetString("EmailHeader");
And this is the error : MissingManifestResourceFileException Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "RessourceFile.resources" was correctly embedded or linked into assembly "Mailer" at compile time, or that all the satellite assemblies required are loadable and fully signed.
I have created in the project a file called RessourceFile.resx
Thank you for your help.