For a .NET 4.8 app, exactly what nuget packages are required to add Sqlite support to a ThinkGeo WPF 13 app. A minimum sample project with the recommended Sqlite packages and versions would be appreciated.
Thanks!
For a .NET 4.8 app, exactly what nuget packages are required to add Sqlite support to a ThinkGeo WPF 13 app. A minimum sample project with the recommended Sqlite packages and versions would be appreciated.
Thanks!
There’s something wrong with SqliteFeatureLayer under .net framework 4.8, and we’re working on it. It works well with .net 6, you could try it if it’s an alternative for you.
Thanks,
Leo
This is an issue in the ThinkGeo Dependecy Microsoft.Data.Sqlite. Here is how to work it around in case anyone need it:
Copy the dlls (one for x86 and one for x64) from e_sqlite3.zip (1.6 MB) to the following folders respectively:
\bin\Debug\net48\runtimes\win-x86\native
and
\bin\Debug\net48\runtimes\win-x64\native
Ben