|
Hi everyone! I'm using VC++ 2010, and I'm getting a strange error. In my Form, I added a PictureBox with a picture that is sized automaticaly. Then I start the debug. At first, the compiler doesn't show any errors, but when it finishes and start to runs the application, it stops with an error showing: An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "configuracoes.Form2.resources" was correctly embedded or linked into assembly "atenuador2" at compile time, or that all the satellite assemblies required are loadable and fully signed. I think that I don't need to show any code because it is auto-generated by the VC++. Can anyone help me with this? |