G
Guest
Hello
I have this error message when i try to open a form
My coding falls over on this line....
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Bitmap
here is the error i am getting. does anyone know how to fix??....
An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dl
th
Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "frmRes.resources" was correctly embedded or linked into assembly "Caravan"
baseName: frmRes locationInfo: Caravan.frmRes resource file name: frmRes.resources assembly: Caravan, Version=1.0.1550.16863, Culture=neutral, PublicKeyToken=nul
I have this error message when i try to open a form
My coding falls over on this line....
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Bitmap
here is the error i am getting. does anyone know how to fix??....
An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dl
th
Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "frmRes.resources" was correctly embedded or linked into assembly "Caravan"
baseName: frmRes locationInfo: Caravan.frmRes resource file name: frmRes.resources assembly: Caravan, Version=1.0.1550.16863, Culture=neutral, PublicKeyToken=nul