So I was working on a Windows CE 3.5 project with SQLite and noticed I could not multi thread with this version. I downloaded and installed Setups for 64-bit Windows (.NET Framework 3.5 SP1) from http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
I copied the below to my project library and made a reference to the System.Data.SQLite.dll and Linq even though im not using Linq. Then I cleaned my project and rebuilt only to recieve these errors. Anyone have any Idea how to fix this problem?
System.Data.SQLite.dll
SQLite.Interop.dll
SQLite.Designer.dll
System.Data.SQLite.Linq.dll


System.Data. Have you tried removing the reference and adding it again? - acfrancis