Hi,
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.
This error occurs only in Android and iOS device, on UWP all works fine.
How can I solve this?
Anyone has find this error too?
Attached a sample project.
Thank you!