Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. 10/20/2014 5:12:04 PM, Before Delete Table
  2. 10/20/2014 5:12:04 PM, After Delete Table
  3. 10/20/2014 5:12:41 PM, System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: SQLite error
  4. near "ORDER": syntax error ---> System.Data.SQLite.SQLiteException: SQLite error
  5. near "ORDER": syntax error
  6. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  7. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  8. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  9. at System.Data.SQLite.SQLiteDataReader.NextResult()
  10. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  11. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  12. at System.Data.SQLite.SQLiteCommand.ExecuteReader()
  13. at EVE_Isk_per_Hour.frmMain.LoadFacilities(Int64 ItemGroupID, Int64 ItemCategoryID, Boolean NewFacility, String& FacilityActivity, ComboBox& FacilityTypeCombo, ComboBox& FacilityRegionCombo, ComboBox& FacilitySystemCombo, ComboBox& FacilityCombo, Label& FacilityBonusLabel, Label& FacilityDefaultLabel, Label& FacilityManualMELabel, TextBox& FacilityManualMETextBox, Label& FacilityManualTELabel, TextBox& FacilityManualTETextBox, Button& FacilitySaveButton, Label& FacilityTaxRateLabel, String Tab, Boolean AutoLoadFacility, String OverrideFacilityName, Boolean TruncateFacilityName)
  14. at EVE_Isk_per_Hour.frmMain.LoadFacility(IndustryType ProductionType, Boolean IsDefault, Boolean NewBP, String FacilityActivity, ComboBox& FacilityTypeCombo, ComboBox& FacilityRegionCombo, ComboBox& FacilitySystemCombo, ComboBox& FacilityCombo, Label& FacilityBonusLabel, Label& FacilityDefaultLabel, Label& FacilityManualMELabel, TextBox& FacilityManualMETextBox, Label& FacilityManualTELabel, TextBox& FacilityManualTETextBox, Button& FacilitySaveButton, Label& FacilityTaxRateLabel, String Tab, CheckBox& FacilityActivityCostCheck, CheckBox& FacilityActivityTimeCheck, Boolean& FacilityLoaded, ComboBox& FacilityActivityCombo, Int32 BPTech, Int64 ItemGroupID, Int64 ItemCategoryID, Boolean LoadActivites)
  15. at EVE_Isk_per_Hour.frmMain.InitManufacturingTab()
  16. at EVE_Isk_per_Hour.frmMain..ctor()
  17. --- End of inner exception stack trace ---
  18. at EVE_Isk_per_Hour.My.MyProject.MyForms.Create__Instance__[T](T Instance)
  19. at EVE_Isk_per_Hour.My.MyProject.MyForms.get_frmMain()
  20. at EVE_Isk_per_Hour.My.MyApplication.OnCreateMainForm()
  21. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  22. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  23. 10/20/2014 5:14:14 PM, System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: SQLite error
  24. near "ORDER": syntax error ---> System.Data.SQLite.SQLiteException: SQLite error
  25. near "ORDER": syntax error
  26. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  27. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  28. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  29. at System.Data.SQLite.SQLiteDataReader.NextResult()
  30. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  31. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  32. at System.Data.SQLite.SQLiteCommand.ExecuteReader()
  33. at EVE_Isk_per_Hour.frmMain.LoadFacilities(Int64 ItemGroupID, Int64 ItemCategoryID, Boolean NewFacility, String& FacilityActivity, ComboBox& FacilityTypeCombo, ComboBox& FacilityRegionCombo, ComboBox& FacilitySystemCombo, ComboBox& FacilityCombo, Label& FacilityBonusLabel, Label& FacilityDefaultLabel, Label& FacilityManualMELabel, TextBox& FacilityManualMETextBox, Label& FacilityManualTELabel, TextBox& FacilityManualTETextBox, Button& FacilitySaveButton, Label& FacilityTaxRateLabel, String Tab, Boolean AutoLoadFacility, String OverrideFacilityName, Boolean TruncateFacilityName)
  34. at EVE_Isk_per_Hour.frmMain.LoadFacility(IndustryType ProductionType, Boolean IsDefault, Boolean NewBP, String FacilityActivity, ComboBox& FacilityTypeCombo, ComboBox& FacilityRegionCombo, ComboBox& FacilitySystemCombo, ComboBox& FacilityCombo, Label& FacilityBonusLabel, Label& FacilityDefaultLabel, Label& FacilityManualMELabel, TextBox& FacilityManualMETextBox, Label& FacilityManualTELabel, TextBox& FacilityManualTETextBox, Button& FacilitySaveButton, Label& FacilityTaxRateLabel, String Tab, CheckBox& FacilityActivityCostCheck, CheckBox& FacilityActivityTimeCheck, Boolean& FacilityLoaded, ComboBox& FacilityActivityCombo, Int32 BPTech, Int64 ItemGroupID, Int64 ItemCategoryID, Boolean LoadActivites)
  35. at EVE_Isk_per_Hour.frmMain.InitManufacturingTab()
  36. at EVE_Isk_per_Hour.frmMain..ctor()
  37. --- End of inner exception stack trace ---
  38. at EVE_Isk_per_Hour.My.MyProject.MyForms.Create__Instance__[T](T Instance)
  39. at EVE_Isk_per_Hour.My.MyProject.MyForms.get_frmMain()
  40. at EVE_Isk_per_Hour.My.MyApplication.OnCreateMainForm()
  41. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
  42. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement