Advertisement
BenDonnelly

Untitled

Nov 26th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. System.ArgumentException was unhandled
  2. Message=Parameter is not valid.
  3. Source=System.Drawing
  4. StackTrace:
  5. at System.Drawing.Image.get_FrameDimensionsList()
  6. at System.Drawing.ImageAnimator.CanAnimate(Image image)
  7. at System.Drawing.ImageAnimator.ImageInfo..ctor(Image image)
  8. at System.Drawing.ImageAnimator.Animate(Image image, EventHandler onFrameChangedHandler)
  9. at System.Windows.Forms.ToolStripItem.Animate(Boolean animate)
  10. at System.Windows.Forms.ToolStripItem.Animate()
  11. at System.Windows.Forms.ToolStripItem.HandlePaint(PaintEventArgs e)
  12. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  13. at System.Windows.Forms.ToolStrip.OnPaint(PaintEventArgs e)
  14. at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
  15. at System.Windows.Forms.Control.WmPaint(Message& m)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  18. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  19. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  22. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  23. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  24. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
  25. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  26. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  27. at System.Windows.Forms.Application.Run(ApplicationContext context)
  28. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  29. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  30. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  31. at Dynamic_Tools_Creation.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
  32. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement