C
craig
Quick question for the experts...
Whenever I set the Image property of a PictureBox on one of my windows 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.
Any idea what this error might be referring to or how to approach correcting
it??
Thanks!!
Whenever I set the Image property of a PictureBox on one of my windows 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.
Any idea what this error might be referring to or how to approach correcting
it??
Thanks!!