What is this message:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
im having a problem with all images that are being used on a single form. The application keeps crashing when i try to run it. When i remove the image from the button etc the error disappears. Does anyone know how i can resolve the error.....

An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dl

Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "frmGuest.resources" was correctly embedded or linked into assembly "VarunProj"
baseName: frmGuest locationInfo: VarunProj.frmGuest resource file name: frmGuest.resources assembly: VarunProj, Version=1.0.1590.17990, Culture=neutral, PublicKeyToken=nul
 
Hi

I have managed to fix this problem. It was a simple slip to do with the ordering of class declarations :o
 
Back
Top