I have migrated my .net 2.0 projects to .net 4.0.
With this I had to upgrade system.data.sqlite libraries to the latest versions available 1.0.81.
Right now when I try to query large tables using select * from table I get The database disk image is malformed error. This only happens on tables with lots of records, small tables return records.
Please note if I go back to .net 2.0 and system.data.sqlite 1.0.66 the same DB file works perfecly.
Any Ideas?
i done some tests and found out that actually its just a little operation that resolves it.
pretty stupid.
hope this helps any body that is stuck with same problem.