You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
After building and running the IoTAPIPortingTool.exe in the Visual Studio command prompt against a Windows CE project I am getting the following error(s):
Unhandled Exception: System.Data.SQLite.SQLiteException: SQL logic error or miss
ing database
no such column: LocalAllocTrace
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQ
LiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavi
or behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at IoTAPIPortingTool.Program.ProcessLines(String[] lines, Boolean isUAP, Stri
ng filename, StringBuilder outputBuilder) in c:\DownLoads\MSFT\IoT\iot-utilities
-master\IoTAPIPortingTool\Program.cs:line 329
at IoTAPIPortingTool.Program.Main(String[] args) in c:\DownLoads\MSFT\IoT\iot
-utilities-master\IoTAPIPortingTool\Program.cs:line 498
Any insight as to why I getting this error would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After building and running the IoTAPIPortingTool.exe in the Visual Studio command prompt against a Windows CE project I am getting the following error(s):
Unhandled Exception: System.Data.SQLite.SQLiteException: SQL logic error or miss
ing database
no such column: LocalAllocTrace
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQ
LiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavi
or behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at IoTAPIPortingTool.Program.ProcessLines(String[] lines, Boolean isUAP, Stri
ng filename, StringBuilder outputBuilder) in c:\DownLoads\MSFT\IoT\iot-utilities
-master\IoTAPIPortingTool\Program.cs:line 329
at IoTAPIPortingTool.Program.Main(String[] args) in c:\DownLoads\MSFT\IoT\iot
-utilities-master\IoTAPIPortingTool\Program.cs:line 498
Any insight as to why I getting this error would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: