简体   繁体   English

安装包System.Data.SQLite.Core无法正常工作

[英]Install-Package System.Data.SQLite.Core not working

I try to run this command Install-Package System.Data.SQLite.Core in Nuget console but it does nothing :/ 我尝试在Nuget控制台中运行此命令Install-Package System.Data.SQLite.Core ,但它什么都不做:/

在此处输入图片说明

You could try these: 您可以尝试以下方法:

  1. Try to do the same using the GUI. 尝试使用GUI执行相同的操作。 Right click in the project -> Manage Nuget Packages. 右键单击项目->管理Nuget包。
  2. Check your nuget sources (although looks good in the screenshot) 检查您的Nuget来源(尽管在屏幕截图中看起来不错)
  3. Check the references in you project. 检查项目中的引用。 Sometimes the file packages.config contains an entry with the same package and the command does nothing because the target package is already there. 有时,文件packages.config包含具有相同软件包的条目,并且该命令不执行任何操作,因为目标软件包已经存在。 If that's the case, delete the reference, delete the entry for the package on the package.config file and try the command again. 如果是这种情况,请删除引用,然后在package.config文件中删除该软件包的条目,然后重试该命令。

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM