Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. An Unhandled Exception has occured and EVE Isk per Hour will now close.
  2.  
  3. Please fill out the following information so I can reproduce the bug
  4.  
  5. What is your Operating System?
  6. What tab or screen did the error occur?
  7. What are the steps to reproduce the Error?
  8. Web link to a screenshot of your error:
  9. In addition to a screenshot, copy the data below and send to developer.
  10.  
  11. Source: System.Data.SQLite
  12. Message: SQLite error
  13. unrecognized token: "'
  14. GROUP BY b.ITEM_CATEGORY, FilterID
  15. ORDER BY b.ITEM_CATEGORY
  16. "
  17. Raw Error Text: System.Data.SQLite.SQLiteException (0x80004005): SQLite error
  18. unrecognized token: "'
  19. GROUP BY b.ITEM_CATEGORY, FilterID
  20. ORDER BY b.ITEM_CATEGORY
  21. "
  22. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  23. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  24. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  25. at System.Data.SQLite.SQLiteDataReader.NextResult()
  26. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  27. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  28. at System.Data.SQLite.SQLiteCommand.ExecuteReader()
  29. at EVE_Isk_per_Hour.frmBlueprintList.SetTopNodes()
  30. at EVE_Isk_per_Hour.frmBlueprintList.btnRefresh_Click(Object sender, EventArgs e)
  31. at System.Windows.Forms.Control.OnClick(EventArgs e)
  32. at System.Windows.Forms.Button.OnClick(EventArgs e)
  33. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  34. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  35. at System.Windows.Forms.Control.WndProc(Message& m)
  36. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  37. at System.Windows.Forms.Button.WndProc(Message& m)
  38. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  39. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  40. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  41. Error Tracking:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement