I am working on a project using SQLite - getting above error when trying to open the Connection, using SQLite for the first time.
Followed below links amongst others but error still persists - any pointers appreciated
CodePudding user response:
Your post-build step is wrong, I think. You should copy the folder x86, not only its contents. Also, since presumably your application runs in 64 bit mode, you also need to copy the x64 folder. So in the end, you have two folders x86 and x64 below the folder with your main executable, both of them containing a file called SQLite.interop.dll.



