By LogViewPlus Support - 22 Nov 2025
Hi GJain,
Thanks for bringing this issue to our attention. It took a little research to figure out what was going on.
Previously, LogViewPlus was tested and working with System.Data.SQLite v1.0.119. For this release, you need to put the System.Data.SQLite.dll file into the %AppData%\LogViewPlus\DbProviders directory and that should be job done.
In the new System.Data.SQLite v2 release, things have changed a bit. The communication layer is PInvoke rather than Interop, so you will need to provide a e_sqlite.dll file manually. This is packaged for you in the sourcegear.sqlite3 nuget package.
Be sure to use the correct e_sqlite.dll version which is win-x64/native:

Place both files into the DbProviders directory:

Finally, be sure the dlls are not blocked. If visible, you will need to check this box and select 'OK'.

Hope that helps,
Toby
|