We have built a windows 10 application which utilizes the SQLite system to manage a database of users following this tutorial:
Everything works perfect in the editor and build on my PC and a select few other PCs.
However, we have a few laptops and PC’s in the office for which it does not work. The application is copied in its entirety from the working directory on my PC but we get this error when the application is trying to load the DLL on the other PC (either on app load or when trying to access the database, we have tried both):
Fallback handler could not load library C:/Users/Administrator/Desktop/APPLICATION DIRECTORY/APPLICATION DIRECTORY_Data/Mono/SQLite.Interop.dll
We have tried copying the DLL to this location (usually not necessary, as copying it to the application’s exe folder works on the working machine/s), as well as trying the usual plugins folder and the Managed folder. Unfortunately none of these locations work.
We have tried all the usual suspects, including copying the whole SQLite dll package to the Mono folder, but nothing will make it work.
We wonder if a Windows System DLL is missing on the machines that wont work, but we cannot identify the issues.
Any help would be greatly appreciated.