SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

e_sqlite3.dll not found

Open DipakTated opened this issue 2 years ago • 2 comments

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 avatar Oct 09 '23 16:10 DipakTated

using these latest versions

image

image

DipakTated avatar Oct 11 '23 08:10 DipakTated