Hi,
I have just upgraded to 1.0.65.0, and I am getting the error:
InvalidCastException: Unable to cast object of type 'System.Data.SQLite.SQLiteConnection' to type 'System.Data.SQLite.SQLiteConnection'.
at System.Data.SQLite.SQLiteCommand.set_DbConnection(DbConnection value)
The error does not show on my machine (in debug or release mode). But when I create an installer, and install this on another computer, I get it there.
Any ideas? Thanks!
NGarg