zoukankan      html  css  js  c++  java
  • Nuget出现错误怎么办?

     

     

    1. Go to the packages folder in the Windows Explorer and delete it.
    2. Open Visual Studio and Go to Tools > Library Package Manager > Package Manager Settingsand under the Package Manager item on the left hand side there is a "Clear Package Cache" button. Click this button and make sure that the check box for "Allow NuGet to download missing packages during build" is checked.
    3. Clean the solution
    4. Then right click the solution in the Solution Explorer and enable NuGet Package Restore
    5. Build the solution

     

    For Visual Studio 2013 and above, step 2) should read:

    1. Open Visual Studio and go to Tools > Options > NuGet Package Manager and on the right hand side there is a "Clear Package Cache button". Click this button and make sure that the check boxes for "Allow NuGet to download missing packages" and "Automatically check for missing packages during build in Visual Studio" are checked.

     

  • 相关阅读:
    redis复制
    redis发布订阅
    redis事务
    redis持久化
    redis.conf 常见配置介绍
    redis数据类型
    redis集群安装
    redis单机版安装
    eclipse下svn的使用
    算法五最长回文子串
  • 原文地址:https://www.cnblogs.com/time-is-life/p/5591486.html
Copyright © 2011-2022 走看看