Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.47 KB | None | 0 0
  1. System.InvalidCastException
  2.   HResult=0x80004002
  3.   Message=Unable to cast object of type 'Newtonsoft.Json.Linq.JArray' to type 'Newtonsoft.Json.Linq.JObject'.
  4.   Source=LSRP
  5.   StackTrace:
  6.    at Lineage.Form2.Button4_Click_1(Object sender, EventArgs e) in C:\Users\GamePC\Desktop\Projects\Projects\AnkaLauncher\Lineage\Form2.cs:line 320
  7.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  8.    at System.Windows.Forms.Button.OnClick(EventArgs e)
  9.    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  10.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  11.    at System.Windows.Forms.Control.WndProc(Message& m)
  12.    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  13.    at System.Windows.Forms.Button.WndProc(Message& m)
  14.    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  16.    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  17.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  18.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  19.    at Lineage.Program.Main() in C:\Users\GamePC\Desktop\Projects\Projects\AnkaLauncher\Lineage\Program.cs:line 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement