quick question...

  • Thread starter Thread starter craig
  • Start date Start date
C

craig

Quick question for the experts...

Whenever I set the Image property of a PictureBox on one of my forms to a
PNG graphic file on my hard drive, I get the following runtime error when I
try to run the app:

Exception Type: System.Resources.MissingManifestResourceException
Message: Could not find any resources appropriate for the specified culture
(or the neutral culture) in the given assembly.

Does anyone have any idea what this error message means?
 
this error is normaly generated if your resource manager is trying to
find some resources for
a not specified culture.
in your case i cant imagine where and why this error is generated.
watch out your exe file with ILDSAM and look how your resources are binded.

perhaps there is something wrong.
otherwise post code to see whats going on, or try another picture format.
e.g. *.bmp oder *.jpg

greetz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top