I recently developed an app to be used by many people in my workplace. It utilises a SQLite db that is used to store/retrieve data. All is good on that side until i distributed to a select few to start testing. For most it ran fine, but for a couple the app loaded normally but absolutely no interaction with the db! My guess is that the DLL is not being registered on certain machines?
In the application directory i have:
Any advice gratefully received...
In the application directory i have:
- My .exe
- My SQLite db
- System.Data.SQLite.dll
- Two folders, one x64 and one x86 containing their respective versions of SQLite.Interop.dll
- Can someone please advise me what i need to do? I have no admin rights on our network but can get the admin to make changes if required.
- I am concerned as this app will also be distributed to customers who may face the same issue. Is there a way around this (i thought that having the DLL in the app dir meant it didn't need to be registered?)
Any advice gratefully received...