Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. System.FormatException
  2. HResult=0x80131537
  3. Message=Input string was not in a correct format.
  4. Source=mscorlib
  5. StackTrace:
  6. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  7. at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
  8. at System.Int64.Parse(String s)
  9. at CSOTN.CSOTN.BLoad_Click(Object sender, EventArgs e) in C:\Users\LadyChaos\source\repos\CSOTN\CSOTN\Form1.cs:line 107
  10. at System.Windows.Forms.Control.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  16. at System.Windows.Forms.Button.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  21. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  22. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  23. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  24. at System.Windows.Forms.Application.Run(Form mainForm)
  25. at CSOTN.Program.Main() in C:\Users\LadyChaos\source\repos\CSOTN\CSOTN\Program.cs:line 19
  26.  
  27. This exception was originally thrown at this call stack:
  28. System.Number.StringToNumber(string, System.Globalization.NumberStyles, ref System.Number.NumberBuffer, System.Globalization.NumberFormatInfo, bool)
  29. System.Number.ParseInt64(string, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
  30. long.Parse(string)
  31. CSOTN.CSOTN.BLoad_Click(object, System.EventArgs) in Form1.cs
  32. System.Windows.Forms.Control.OnClick(System.EventArgs)
  33. System.Windows.Forms.Button.OnClick(System.EventArgs)
  34. System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs)
  35. System.Windows.Forms.Control.WmMouseUp(ref System.Windows.Forms.Message, System.Windows.Forms.MouseButtons, int)
  36. System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message)
  37. System.Windows.Forms.ButtonBase.WndProc(ref System.Windows.Forms.Message)
  38. ...
  39. [Call Stack Truncated]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement