I have some issues with my SQLite database. When I'm making an app in WPF(VS2015) on my personal computer and I'm debugging a program, the whole database is working fine(no errors). But when I'm trying to run an .exe file on any other PC (I'm copying the whole debug folder with the database file in it) my application can't connect to database and it crashes.I have some issues with my SQLite database. Whe