We are now for some reason having an issue with an image. It originally worked and we had made no changes to the page at all. Now we are getting this error:

VB Code:
  1. {"System.Drawing.Bitmap"}
  2. "System.Drawing.Bitmap"
  3. "at System.Resources.ResourceReader.LoadObjectV2()
  4. at System.Resources.ResourceReader.LoadObject()
  5. at System.Resources.RuntimeResourceSet.GetObject()
  6. at System.Resources.ResourceManager.GetObject()
  7. at System.Resources.ResourceManager.GetObject()
  8. at DeviceApplication1.FrmLogin.InitializeComponent()
  9. at DeviceApplication1.FrmLogin..ctor()
  10. at DeviceApplication1.FormManager.createLoginForm()
  11. at DeviceApplication1.FormManager.showLoginForm()
  12. at DeviceApplication1.FormManager.main()"

I have tried to google this and look on MSDN but am coming up blank. If I leave no image in the box then it will load, as soon as I put an image into it, it breaks. The image is a .jpg just for reference. Please help this is Urgent!!

D