Visual Studio 2015 NuGet Update-Package 失败/报错:Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.

起因

为了用VS2015 community中的NuGet获取Quartz,在【工具】-【NuGet包管理器】-【程序包管理器控制台】中执行 Install-Package Quartz。

却报如下错误:

Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.

复制该网址到浏览器中,确实无法打开。

解决方法

经网上搜集资料,得知替换source即可。将原NuGet source 替换为 http://packages.nuget.org/v1/FeedService.svc/ 。

具体步骤如下。

1.打开程序包管理器设置。

2.在打开的【选项】窗口中单击左侧【NuGet包管理器】下的【程序包源】

单击右上角的“+”按钮,添加源,将其路径改为 http://packages.nuget.org/v1/FeedService.svc/,并可自定义源的名称,并单击【更新】,将该源标记为勾选状态,并取消默认源 nuget.org的勾选状态。完成操作后单击【选项】窗口的【确定】按钮,完成设置。

此时便可以执行命令,亦可浏览在线NuGet程序包。

参考博文:Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.

时间: 2024-10-13 22:12:44

Visual Studio 2015 NuGet Update-Package 失败/报错:Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.的相关文章

Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json.

由于更改了项目"属性"的"目标框架"(原来的框架是".NET Frameword4.5"改为了".NET Frameword4") 提示错误 一些 NuGet 程序包是使用不同于当前目标框架的目标框架安装的, 可能需要重新安装.有关详细信息, 请访问 http://docs.nuget.org/docs/workflows/reinstalling-packages. 受到影响的程序包.... 我的是VS 2015 社区版..

Visual Studio通过Web Deploy发布网站报错:An error occurred when the request was processed on the remote computer.

这个问题很奇怪,不管我怎么重启服务器和自己的开发机,都没有用. 在网上找了很多资料,有说可以尝试去读Windows的错误日志,然后通过日志找原因-(相见Stackoverflow:http://stackoverflow.com/questions/6939150/web-deployment-task-build-failed) 最终,我决定先卸载Web Deploy,然后按照此前我写的文章(http://www.cnblogs.com/Richeir/p/5371802.html),重新部署

VS2013如何转成VS2010且不会出现此项目与Visual Studio的当前版本不兼容的报错

解决方法: 1.用记事本打开解决方案文件“解决方案名.sln”,然后修改最上面两行为如下代码:Microsoft Visual Studio Solution File, Format Version 11.00# Visual Studio 2010 修改前: 修改后: 2.用记事本打开每个项目文件“项目名.csproj”,置换第一个<PropertyGroup>节点的TargetFrameworkVersion子节点的代码:    <TargetFrameworkVersion>

连接池报错 Proxool Provider unable to load JAXP configurator file: proxool.xml

上篇博文讲到简易配置 proxool 连接池:http://www.cnblogs.com/linnuo/p/7232380.html 由于把说明注释留在了 proxool.xml 配置文件里导致配置后报错,原因如下: hibernate.cfg.xml 代码片段: <session-factory> <property name="show_sql">true</property> <property name="generate_

解析Visual Studio 2015促进生产力的10个新功能

1 性能提示 Performance Tips 当我们想知道执行一段代码所耗费的时间时,需要借助于.NET 框架的Stopwatch类,像下面这样: class Program { static void Main() { // Create new stopwatch Stopwatch stopwatch = new Stopwatch(); // Begin timing stopwatch.Start(); // Do something 这里是需要测试的耗费时间的代码 for (int

ASP.NET 5系列教程 (五):在Visual Studio 2015中使用Grunt、Bower开发Web程序

基于Visual Studio 2015,你可以: 方便的管理前端包,如jQuery, Bootstrap, 或Angular. 自动运行任务,如LESS.JavaScript压缩.JSLint.JavaScript单元测试等. 方便的获得Web开发者生态圈的工具包. 为了实现这些场景,Visual Studio 2015已经内置了一些流行的第三方工具包: Bower:Web包管理器,Bower可以帮你安装前端包,包括JavaScript.CSS类库.对于服务器端包,请通过NuGet包管理. G

ASP.NET 5系列教程 (五):在Visual Studio 2015中使用Grunt、Bowe

基于Visual Studio 2015,你可以: 方便的管理前端包,如jQuery, Bootstrap, 或Angular. 自动运行任务,如LESS.JavaScript压缩.JSLint.JavaScript单元测试等. 方便的获得Web开发者生态圈的工具包. 为了实现这些场景,Visual Studio 2015已经内置了一些流行的第三方工具包: Bower:Web包管理器,Bower可以帮你安装前端包,包括JavaScript.CSS类库.对于服务器端包,请通过NuGet包管理. G

【VS2015正式版下载】Visual Studio 2015 正式版开放下载 Visual Studio 2015 神key

说明: 微软定于2015年7月20日发布Visual Studio 2015正式版,目前其官方网站已经提供正式版本的下载. 可在https://www.visualstudio.com/en-us/downloads 查看下载详情. 目前,因为新版本刚刚发布,还未有专业版和企业版的激活秘钥流出,博主将持续跟踪,第一时间提供激活秘钥. 如果想尝鲜的朋友,不妨试试社区版,据微软称,两个版本的差别并不大,社区版并没有阉割掉太多功能. 下载地址:1.Visual Studio 2015 简体中文社区版

Visual Studio 新建项目报错&quot; this template attempted to load component assembly &#39;NuGet.VisualStudio.Interop, ….&quot;.

"Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.". 解决: I believe you do not have NuGet Package Manager extension installed. If not, you ca