Advertisement
Guest User

Exception

a guest
Jun 2nd, 2014
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. System.InvalidCastException was unhandled
  2. HResult=-2147467262
  3. Message=Conversion from string "" to type 'Integer' is not valid.
  4. Source=Microsoft.VisualBasic
  5. StackTrace:
  6. at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  7. at Pizza_Palace.frmProducts.Pizza() in F:\Year 2\Unit 17 Project Planning\Workto do\PizzaPalce\Program\Pizza Palace nd Attempt\Pizza Palace\Pizza Palace\frmProducts.vb:line 53
  8. at Pizza_Palace.frmProducts.ProSubTotal() in F:\Year 2\Unit 17 Project Planning\Workto do\PizzaPalce\Program\Pizza Palace nd Attempt\Pizza Palace\Pizza Palace\frmProducts.vb:line 103
  9. at Pizza_Palace.frmProducts.Pizza_BaseTextBox_TextChanged(Object sender, EventArgs e) in F:\Year 2\Unit 17 Project Planning\Workto do\PizzaPalce\Program\Pizza Palace nd Attempt\Pizza Palace\Pizza Palace\frmProducts.vb:line 327
  10. at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
  11. at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
  12. at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)
  13. at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
  14. at System.Windows.Forms.TextBox.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18. at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  19. at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
  20. at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
  21. at System.Windows.Forms.Control.WmCommand(Message& m)
  22. at System.Windows.Forms.Control.WndProc(Message& m)
  23. at System.Windows.Forms.GroupBox.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  28. at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
  29. at System.Windows.Forms.Control.DefWndProc(Message& m)
  30. at System.Windows.Forms.Control.WmKeyChar(Message& m)
  31. at System.Windows.Forms.Control.WndProc(Message& m)
  32. at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
  33. at System.Windows.Forms.TextBox.WndProc(Message& m)
  34. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  35. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  36. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  37. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  38. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  39. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  40. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  41. at System.Windows.Forms.Application.Run(ApplicationContext context)
  42. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  43. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  44. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
  45. at Pizza_Palace.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
  46. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  47. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  48. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  49. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  50. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  51. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  52. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  53. at System.Threading.ThreadHelper.ThreadStart()
  54. InnerException: System.FormatException
  55. HResult=-2146233033
  56. Message=Input string was not in a correct format.
  57. Source=Microsoft.VisualBasic
  58. StackTrace:
  59. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
  60. at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  61. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement