SQLite Forum

Loading bundled extensions in dotnet on linux
Login
Probably the file your code tries to load SQLite.Interop.dll.so is actually named SQLite.Interop.so

Don't add the Windows specific file name extension on the Linux platform.