gerry123
gerry123
I think it is a problem with the referenced Package "SQLitePCLRaw.bundle_green". This should use "e_sqlite3" on all plattforms, except iOS. (from https://github.com/ericsink/SQLitePCL.raw) If I add "SQLitePCLRaw.bundle_e_sqlite3" which use "e_sqlite3" on...
@brinkdinges I think e_sqlite3.dll is the native lib for the current platform (https://github.com/ericsink/SQLitePCL.raw)
Can't solve the problem in an asp.net web application with the workarounds listet above. I ended in removing all sqlite nugets and adding SQLite.cs to the project. Furthermore I extract...