Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- System.FormatException
- HResult=0x80131537
- Message=Input string was not in a correct format.
- Source=mscorlib
- StackTrace:
- at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
- at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
- at System.Int64.Parse(String s)
- at CSOTN.CSOTN.BLoad_Click(Object sender, EventArgs e) in C:\Users\LadyChaos\source\repos\CSOTN\CSOTN\Form1.cs:line 107
- at System.Windows.Forms.Control.OnClick(EventArgs e)
- at System.Windows.Forms.Button.OnClick(EventArgs e)
- at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
- at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at System.Windows.Forms.ButtonBase.WndProc(Message& m)
- at System.Windows.Forms.Button.WndProc(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
- at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
- at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
- at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
- at System.Windows.Forms.Application.Run(Form mainForm)
- at CSOTN.Program.Main() in C:\Users\LadyChaos\source\repos\CSOTN\CSOTN\Program.cs:line 19
- This exception was originally thrown at this call stack:
- System.Number.StringToNumber(string, System.Globalization.NumberStyles, ref System.Number.NumberBuffer, System.Globalization.NumberFormatInfo, bool)
- System.Number.ParseInt64(string, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
- long.Parse(string)
- CSOTN.CSOTN.BLoad_Click(object, System.EventArgs) in Form1.cs
- System.Windows.Forms.Control.OnClick(System.EventArgs)
- System.Windows.Forms.Button.OnClick(System.EventArgs)
- System.Windows.Forms.Button.OnMouseUp(System.Windows.Forms.MouseEventArgs)
- System.Windows.Forms.Control.WmMouseUp(ref System.Windows.Forms.Message, System.Windows.Forms.MouseButtons, int)
- System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message)
- System.Windows.Forms.ButtonBase.WndProc(ref System.Windows.Forms.Message)
- ...
- [Call Stack Truncated]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement