我有一个.NET Compact 3.5 Forms项目,我正在使用VS 2008。 从此处下载后,我将System.Data.SQLite.dll添加到我的项目中。SQLite Downloads
现在,当我尝试使用SQLiteConnection
,SQLiteCommand
或SQLiteDataReader
之类的内容时,我在构建时遇到以下错误 - >
The type System.Data.Common.DbCommand is defined in an assembly that is not referenced. You must add a reference to assembly System.Data, Version/2.0.0.0
我检查过,默认情况下,VS在项目创建时添加了对System.Data, Version=3.5.0.0
的引用。那么,我错过了什么?我不会包含两者的引用,是吗?似乎SQLite与3.5 ....兼容。