hey,
I'm trying to link my resource bundle to my application but he always gives this message:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "MyResourceBund le.resources" was correctly embedded or linked into assembly "Data Collector II" at compile time, or that all the satellite assemblies required are loadable and fully signed.
name of resource bundle =
MyResourceBundl e.resx
Initialisation =
private ResourceManager rm = new ResourceManager ("MyResourceBun dle",
Assembly.GetExe cutingAssembly( ));
Call =
rm.GetString("E rrorOpeningFile Dialog")
thx!
I'm trying to link my resource bundle to my application but he always gives this message:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "MyResourceBund le.resources" was correctly embedded or linked into assembly "Data Collector II" at compile time, or that all the satellite assemblies required are loadable and fully signed.
name of resource bundle =
MyResourceBundl e.resx
Initialisation =
private ResourceManager rm = new ResourceManager ("MyResourceBun dle",
Assembly.GetExe cutingAssembly( ));
Call =
rm.GetString("E rrorOpeningFile Dialog")
thx!
Comment