类型“System.Data.SQLite.SQLiteParameter”在未被引用的程序集中定义。必须添加对程序集“System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139”的引用

1、下载SQLite-1.0.40.0-install.exe 文件,
2、在WINDOWS中安装,
3、然后再在VS2005中引用 C:\Program Files\SQLite.NET\bin\System.Data.SQLite.dll 文件,

然后你就可以使用 using System.Data.SQLite; 了。
编写完程序后呢,如何运行呢,需要将两个文件COPY到WINCE的程序运行目录下,
他们是: ‍
C:\Program Files\SQLite.NET\bin\System.Data.SQLite.dll‍
C:\Program Files\SQLite.NET\bin\CompactFramework\SQLite.Interop.066.DLL
COPY过去后,
需要将SQLite.Interop.066.DLL 更名为:SQLite.Interop.DLL.
http://zhidao.baidu.com/question/302102885.html

你可能感兴趣的:(parameter)