I have a project that uses the NuGet package System.Data.SQLite
for accessing the DB.
At compile time all works fine, but at runtime when I initialize the connection this error occurs:
System.DllNotFoundException: SQLite.Interop.dll
I have tried to install the NuGet package System.Data.SQLite.Core
but nothing changed.
How can I solve this? Anyone has found this error too?
Thank you!