I am lost in trying to figure out why sqlite on my development computer works and not on another system.
I do remember I had to take number of steps before I finally got it to work on my development computer. I simply can't remember what they were.
Right now, I am testing my software on a clean system, after preparing that system for a test - like installing SQLite engine 2.5/3.5 ADO.NET. My program starts up and quits when it goes to use the database file. Window error message does show - System.Data.Sqlite and System.IO.EntryPointNotFound.
Does anybody know what that means?
Any help or hints will be greatly appreciated.