K
Ken Varn
I have searched for this problem on the web. It seems to be asked often,
but I have not found a solution.
I have a managed C++ app. written using .NET Framework 1.1. The app.needs
to load an Image into a PictureBox on a Windows Form window. I used Visual
Studio 2003 to create the form and added the PictureBox to it. I then
assigned a JPEG image from a file to the PictureBox (VS 2003 embedded the
JPEG image into the resource resx file automatically). When my application
runs, I get an exception thrown at the time the code tries to load the image
with resources->GetObject(). The exception is a
MissingManifestResourceException and the message is "Could not find any
resources appropriate for the specified culture...". What do I need to do
to correct this problem?
--
---------------------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
MailID = varnk
Domain = diebold.com
---------------------------------------------
but I have not found a solution.
I have a managed C++ app. written using .NET Framework 1.1. The app.needs
to load an Image into a PictureBox on a Windows Form window. I used Visual
Studio 2003 to create the form and added the PictureBox to it. I then
assigned a JPEG image from a file to the PictureBox (VS 2003 embedded the
JPEG image into the resource resx file automatically). When my application
runs, I get an exception thrown at the time the code tries to load the image
with resources->GetObject(). The exception is a
MissingManifestResourceException and the message is "Could not find any
resources appropriate for the specified culture...". What do I need to do
to correct this problem?
--
---------------------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
MailID = varnk
Domain = diebold.com
---------------------------------------------