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?
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?