Building System.Data.SQLite from Source, Builds with Target Framework 4.0
问题 I'm trying to build System.Data.SQLite in Visual Studio using the source code downloaded from http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki I was able to build the solution, but when I tried to reference the System.Data.SQLite.dll from a project with TargetFramework=3.5, I received the following message: "System.Data.SQLite.dll or one of its dependencies, requires a later version of the .NET Framework than the one specified in the project." I noticed that their managed