ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
512 stars 106 forks source link

e_sqlite3.dll not found #559

Open DipakTated opened 8 months ago

DipakTated commented 8 months ago

Exception: Library e_sqlite3 not found plat: win suffix: DLL possibilities (2): 1) C:\DDrive\Work\OneQA\teet\biomedical\src\Local\Fluke.OneQa.Local.Web\bin\Debug\runtimes\win-x64\native\e_sqlite3.dll 2) C:\DDrive\Work\OneQA\teet\biomedical\src\Local\Fluke.OneQa.Local.Web\bin\Debug\e_sqlite3.dll win TryLoad: C:\DDrive\Work\OneQA\teet\biomedical\src\Local\Fluke.OneQa.Local.Web\bin\Debug\runtimes\win-x64\native\e_sqlite3.dll thrown: System.ComponentModel.Win32Exception (0x80004005): %1 is not a valid Win32 application at SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action1 log, IntPtr& h) win TryLoad: C:\DDrive\Work\OneQA\teet\biomedical\src\Local\Fluke.OneQa.Local.Web\bin\Debug\e_sqlite3.dll thrown: System.ComponentModel.Win32Exception (0x80004005): %1 is not a valid Win32 application at SQLitePCL.NativeLibrary.TryLoad(String name, Loader plat, Action1 log, IntPtr& h) NOT FOUND

Earlier my application was running with x86 version and it was running all fine. I changed my target to x64 bit application and target to x64 and now am facing this problem?

DipakTated commented 8 months ago

using these latest versions

image

image