Windows Develop Bookmark and Share   
 index > Windows Forms General > Problem with PictureBox
 

Problem with PictureBox

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?
xTeox  Thursday, September 10, 2009 6:47 PM
Is the Form2.resX file still present? Open the node for Form2.h in Solution Explorer to see it.

Hans Passant.
  • Marked As Answer byxTeox Friday, September 11, 2009 11:46 AM
  • Unmarked As Answer byxTeox Friday, September 11, 2009 11:46 AM
  •  
nobugz  Thursday, September 10, 2009 8:41 PM
Yes, it is!
Must I show anything to know?
xTeox  Friday, September 11, 2009 11:46 AM

You can use google to search for other answers

Custom Search

More Threads

• Cannot Modify ToolStripItem Pressed property
• Screen Capture Behind a Form
• How do I get the number of lines in a text file without already knowing how many there are or its contents?
• modal dialogs in forms
• Drawing cicrcles
• handling ListView's ClientSizeChanged event
• How can I open Form2 from Form1???????
• Winform not getting web cookie
• SendKeys cannot run inside this application
• How to Fire events to the parent form?