bucz
July 25th, 2007, 06:38 AM
[a newbie on this forum]
I have a few applications an I would like to use one About Box for all of them. I have created some Form MyAboutBox that works well, but when I try to share it between applications (excluded from first project and included to other applications) I have some problems. Program throws an exception when tries to load resources. (some bitmap)
error message:
- - - >8 - - - >8 - - - >8 - - - >8 - - - >8
An unhandled exception of type '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 "RCCEditor.RCAboutBox.resources" was correctly embedded or linked into assembly "MyWinSimple" at compile time, or that all the satellite assemblies required are loadable and fully signed.
- - - >8 - - - >8 - - - >8 - - - >8 - - - >8
But in first application it works fine.
[using VC++ 2005 Express]
I have a few applications an I would like to use one About Box for all of them. I have created some Form MyAboutBox that works well, but when I try to share it between applications (excluded from first project and included to other applications) I have some problems. Program throws an exception when tries to load resources. (some bitmap)
error message:
- - - >8 - - - >8 - - - >8 - - - >8 - - - >8
An unhandled exception of type '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 "RCCEditor.RCAboutBox.resources" was correctly embedded or linked into assembly "MyWinSimple" at compile time, or that all the satellite assemblies required are loadable and fully signed.
- - - >8 - - - >8 - - - >8 - - - >8 - - - >8
But in first application it works fine.
[using VC++ 2005 Express]