通过NuGet获取sqlite对应的.net的dll
https://www.nuget.org/packages/System.Data.SQLite/
直接在Package Manager Console中执行命令,会自动安装依赖项的
Install-Package System.Data.SQLite
安装完成之后,一共安装4个dll
Attempting to gather dependency information for package 'System.Data.SQLite.1.0.103' with respect to project 'ClientApp', targeting '.NETFramework,Version=v4.5.2'
Attempting to resolve dependencies for package 'System.Data.SQLite.1.0.103' with DependencyBehavior 'Lowest'
Resolving actions to install package 'System.Data.SQLite.1.0.103'
Resolved actions to install package 'System.Data.SQLite.1.0.103'
Adding package 'EntityFramework.6.0.0' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'EntityFramework.6.0.0' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'EntityFramework.6.0.0' to 'packages.config'
Executing script file 'F:\CodeForGitBlit\YunClient\packages\EntityFramework.6.0.0\tools\install.ps1'
Type 'get-help EntityFramework' to see all available Entity Framework commands.
Successfully installed 'EntityFramework 6.0.0' to ClientApp
Adding package 'System.Data.SQLite.Core.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.Core.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.Core.1.0.103' to 'packages.config'
Successfully installed 'System.Data.SQLite.Core 1.0.103' to ClientApp
Adding package 'System.Data.SQLite.EF6.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.EF6.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.EF6.1.0.103' to 'packages.config'
Executing script file 'F:\CodeForGitBlit\YunClient\packages\System.Data.SQLite.EF6.1.0.103\tools\net451\install.ps1'
Successfully installed 'System.Data.SQLite.EF6 1.0.103' to ClientApp
Adding package 'System.Data.SQLite.Linq.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.Linq.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.Linq.1.0.103' to 'packages.config'
Successfully installed 'System.Data.SQLite.Linq 1.0.103' to ClientApp
Adding package 'System.Data.SQLite.1.0.103', which only has dependencies, to project 'ClientApp'.
Adding package 'System.Data.SQLite.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.1.0.103' to folder 'F:\CodeForGitBlit\YunClient\packages'
Added package 'System.Data.SQLite.1.0.103' to 'packages.config'
Successfully installed 'System.Data.SQLite 1.0.103' to ClientApp
4个红色的都是依赖项
通过NuGet获取sqlite对应的.net的dll的更多相关文章
- 关于Visio Studio 2012使用Nuget获取Sqlite驱动包报错:“System.Data.SQLite.EF6”的架构版本与 NuGet 的版本 2.0.30625.9003 不兼容
背景 笔者的VS2012版本比较老旧,是几年以前下载的.平时添加三方包和驱动包都是手动添加.后来了解到有Nuget这个工具,如获至宝.可是在使用过程中却出了不少问题. 最初,笔者尝试使用Nuget添加 ...
- C# 获取SqLite数据库表信息以及获取表内字段信息
#region 最新数据表信息显示事件 /// <summary> /// 最新数据表信息显示事件 /// </summary> /// <param name=&quo ...
- Delphi 获取sqlite中所有的表名
取得sqlite数据库里所有的表名 查询table,type 段是'table',name段是table的名字, so: select name from sqlite_master where ty ...
- SQLite部署-无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块
近期刚使用SQLite,主要引用的是System.Data.SQLite.dll这个dll,在部署到测试环境时报无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块. (异常来 ...
- 告别硬编码-发个获取未导出函数地址的Dll及源码
还在为找内核未导出函数地址而苦恼嘛? 还在为硬编码通用性差而不爽吗? 还在为暴搜内核老蓝屏而痛苦吗? 请看这里: 最近老要用到内核未导出的函数及一些结构,不想再找特征码了,准备到网上找点符号文件解析的 ...
- (转)SQLite部署-无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块
本文转载自:http://www.cnblogs.com/muzhiye/p/4284070.html 近期刚使用SQLite,主要引用的是System.Data.SQLite.dll这个dll,在部 ...
- 获取程序所有加载的dll名称
1.在任务管理器输入如下指令.输出到文件:tasklist /m >c:\dll.txt 输出到命令行 tasklist /m 2.使用工具软件https://files.cnblogs.com ...
- 让EF飞一会儿:如何用Entity Framework 6 连接Sqlite数据库
获取Sqlite 1.可以用NuGet程序包来获取,它也会自动下载EF6 2.在Sqlite官网上下载对应的版本:http://system.data.sqlite.org/index.html/do ...
- 如何用Entity Framework 6 连接Sqlite数据库[转]
获取Sqlite 1.可以用NuGet程序包来获取,它也会自动下载EF6 2.在Sqlite官网上下载对应的版本:http://system.data.sqlite.org/index.html/do ...
随机推荐
- 缓存方案之Redis
Redis简介 Redis是Remote Dictionary Server(Redis) 的缩写,或许光听名字你就能猜出它大概是做什么的.不错,它是一个由Salvatore Sanfilippo ...
- OpenStack 计算节点删除
前提 计算节点中一个僵尸计算节点存在,而里面的CPU数目在总物理CPU中,导致认为当前能创建实例.而实际没有这么多资源. 其中node-11为僵尸节点. 原因 删除计算节点不能直接格式化该服务器,否则 ...
- bug管理规范
资源来自:http://wenku.baidu.com/view/ae55b3b565ce05087632132b.html
- C语言资源
0.C自带库/函数在线文档 http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ 1.so文件制作和使用 http://blog.csdn.net/love ...
- http-使用get和post方式提交数据
注意点: 1.Get和post这两种提交方式有何不同? 很明显post方式提交多了content-length和content-type这两项,所以post提交是要为这两项设置setRequestPr ...
- python 三元运算符
print (1==2) and 12 or 4 b=12 if 1==2 else 4print(b)
- Java随学随记
1.一个Java源文件可包含三个“顶级”要素: (1)一个包(package)声明(可选) (2)任意数量的导入(import)语句 (3)类(class)声明 该三要素必须以上顺序出现.即,任何导入 ...
- 【python cookbook】【字符串与文本】11.从字符串中去掉不需要的字符
问题:在字符串的开始.结尾或中间去掉不需要的字符,比如说空格符 解决方案: 1.字符串开始或结尾处去掉字符:str.strip() 2.从左或从右侧开始执行去除字符:str.lstrip().str. ...
- Mysql String Functions
SUBSTRING_INDEX(str,delim,count) 按标识符截取指定长度的字符串 mysql); -> 'www.mysql' mysql); -> 'mysql.com' ...
- JavaEE基础(一)
1.计算机基础知识(计算机概述) A:什么是计算机?计算机在生活中的应用举例 计算机(Computer)全称:电子计算机,俗称电脑.是一种能够按照程序运行,自动.高速处理海量数据的现代化智能电子设备. ...