Problem with images and VS 2005

hi, i hope this is the right place to ask. i'm new with vs2005. I created a simple form with a button and added an image to it but i always get this error when i try to compile and run my project.

"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 "TestApp.Resources.resources" was correctly embedded or linked into assembly "TestApp" at compile time, or that all the satellite assemblies required are loadable and fully signed."
I found that it happens everytime i add images to my form regardless of the component i add it to. Can someone help?

[697 byte] By [Aimee] at [2008-2-6]
# 1

As the error message states you can expand the form's entry in Solution Explorer to see a <formName>.resx - select this file and press F4 to view the properties for this file. Make sure the Build Action property is set to "Embedded Resource" so that the Resource file is embeded into the application. If that too does not work .. delete the Resx file and reopen the Windows Form (NOTE: YOU might loose the formatting and align ment of elements on your form). This will prompt VS to regenerate the RESX for you. That could solve your problem.

Regards,
Saurabh nandu
www.MasterCSharp.com
www.Akstech.com

SaurabhNandu at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Performance Tools (Profiler)...

Visual Studio Team System

Site Classified