Form Localization crashing software! Help!
I am developing application using CS2005 C++. and attempting to localize the
product.
When working in the developer, a use the form localizable option, and the
developer automatically generates all of my .resx files properly, and in the
right location. On compile, all of the form.resource.dll files are built
properly.
When I run the project, I get an exception at:
resources->ApplyResources(this->MainContainer, L"MainContainer");
""
The error is:
'System.Resources.MissingManifestResourceException ' occurred in mscorlib.dll
Additional information: Could not find any resources appropriate for the
specified culture or the neutral culture. Make sure
"BauerControls.Configurator.Config.resources" was correctly embedded or
linked into assembly "Configurator" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
""
This problem is recreated on a mixed part of the projects I tested this on.
New, fresh project work without error, but some more complex, and other
simple project will not work.
This exception will occur anytime "localizable" is set true. It will even
crash if the flag is set, but no resource files are made (flag is set, but no
changes made). This problem has carried through on multiple machines in the
office.
From my 'toying', I can set the localizable flag to true, make all my
resource files, set it to false, then compile\run. This works some of the
time, but causes erratic behavior.
Any help on this subject, or if I'm missing some key project property,
please let me know.
Thanks.
|