C# SQLite Doesn't work when I try to publish-Collection of common programming errors
SQLite when says there is not such table in a program which was working fine on development machine, then make sure it is making connection to right database.
In SQLite if it cannot find database at code-mentioned place, it will create one there. Size of it will be 0 KB. It will even open that database. Problem arises when data is fetched from it.
Then it gives this error. Use some Message Boxes/Debugger to check what is wrong with your code.