P
Peter
I get the following error with a single form during runtime:
"System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture..." etc.
The error is raised during InitializeComponent on the following line:
Me.Button1.Image = CType(resources.GetObject("Button1.Image"),
System.Drawing.Bitmap)
If I reselect the image and rebuild the project, the error goes away, at
least for a while until it reoccurs after a later build.
There is no other code in the source file, only the form code. The form
does inherit from a form template class we have created, although the 50 or
so other similar forms never experience this problem.
Any assistance would be appreciated.
"System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture..." etc.
The error is raised during InitializeComponent on the following line:
Me.Button1.Image = CType(resources.GetObject("Button1.Image"),
System.Drawing.Bitmap)
If I reselect the image and rebuild the project, the error goes away, at
least for a while until it reoccurs after a later build.
There is no other code in the source file, only the form code. The form
does inherit from a form template class we have created, although the 50 or
so other similar forms never experience this problem.
Any assistance would be appreciated.