http://www.cnblogs.com/txw1958/archive/2013/01/13/csharp-sqlite.html

解决方案 »

  1.   

    http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki根据操作系统和.netframwork版本下对应的插件,安装完成后需要重启VS,在服务器资源视图的 数据库连接项,添加新的连接就可以看到SQLite选项了,你就可以建立新的SQlite数据库或者是对已有的进行操作,安装目录下面有System.Data.SQLite.dll,添加引用就阔以码了
      

  2.   

    我一般都是下载
    sqlite-framework-static-binary-bundle-platform-year-version.zip但是我也不清楚这个与
    sqlite-framework-static-binary-platform-year-version.zip
    的区别,个人感觉有个bundle(“绑定”)应当更好吧。
      

  3.   


    All the "bundle" packages contain the "System.Data.SQLite.dll" mixed-mode assembly. These packages should only be used in cases where the assembly binary must be deployed to the Global Assembly Cache for some reason (e.g. to support some legacy application on customer machines). 看这个意思是,Bundle 版本可以部署在GAC中,其他的不行(?)
      

  4.   

    SQLite-1.0.66.0-setup.exe
    这个是32位net 2.0的