Link to home
Start Free TrialLog in
Avatar of David Rudlin
David RudlinFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Problem with Picturebox image in Visual Studio 2008 Windows Form

In Visual Sudio 2008 I have added a picturebox control to a Windows form and then, in the picturebox properties added a small .gif image to the control. When I debug the solution I get an error message:

"An error occurred creating the form. See Exception.InnerException for details.  The error is: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "PMWdataUpload.Resources.resources" was correctly embedded or linked into assembly "PMWdataUpload" at compile time, or that all the satellite assemblies required are loadable and fully signed."

Any idea what this means?
Avatar of Midani
Midani
Flag of United States of America image

the little art file you created needs to be packaged with the application?
Avatar of David Rudlin

ASKER

Miidani, in the Solutuion Explorer the image file has been included in the project. The solution was then rebuilt.
ASKER CERTIFIED SOLUTION
Avatar of David Rudlin
David Rudlin
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial