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 社区版...

本来还以为NuGet的配置还是写在config中...
在电脑中找了半天"NuGet.Config"文件...
打开"http://docs.nuget.org/consume/reinstalling-packages"...
全英文...
不过看到了比较醒目的重点"Update-Package –reinstall <packageName>"
搜索下确实这么可以解决...

Update-Package –reinstall <packageName>...开始...
但是又报错了...
错误..."Update-Package : Unable to load the service index for source https://api.nuget.org/v3/index.json."
把这个网址放到浏览器中,确实打不开...
从网上又搜到一个source...
"http://packages.nuget.org/v1/FeedService.svc/"
(http://weibo.com/mobileside?is_hot=1介绍的一个...)

下面开始替换...
工具--NuGet 包管理器(N)--程序管理器设置(P)
(打开一个对话框)
对话框左面导航目录默认选择的是"常规",
点击"程序包源"...
看到右边的一个"+"加号...点击开始添加...
将"http://packages.nuget.org/v1/FeedService.svc/"放到"源(S)"后面的文本框中,
然后点击"源(S)"后面的"更新"按钮!!!
再次开启"Update-Package –reinstall <packageName>"
就可以了...

GG。。。
时间: 2024-10-11 07:50:57

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

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即可.将原Nu

nuget.org 无法加载源 https://api.nuget.org/v3/index.json 的服务索引

今天添加新项目想添加几个工具包,打开NuGet就这样了  发生错误如下: [nuget.org] 无法加载源 https://api.nuget.org/v3/index.json 的服务索引. 响应状态代码不指示成功: 503 (Service Unavailable). 解决办法:添加一个新的源,Nuget.org取消勾选 在新源中添加地址: https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet 确定就可以了

解决Nuget:https://api.nuget.org/v3/index.json 访问不了的问题

最近在家中用使用VS编译项目时,Nuget包一直下载不了,直接在浏览器中访问https://api.nuget.org/v3/index.json ,浏览器也打不开网址.把https协议改成http协议,浏览器可以打开了,然后就在VS设置Nuget包管理器中添加了http的程序包源,添加后再次编译,还是下载不了.后来发现http://api.nuget.org/v3/index.json返回结果中,resoure的地址还是https协议,所以下载时还是请求https的. 如果能把Https协议自

unable to load script from assets &#39;index.android bundle&#39;

在Android手机上运行React-native项目时 报错:unable to load script from assets 'index.android bundle'  ,make sure your bundle is packaged correctly or youu're runing a packager server 解决方案: 第一步:在  android/app/src/main 目录下创建一个  assets空文件夹 第二步:执行 下面这段命令 react-nativ

react native中Unable to load script from assets &#39;index.android.bundle&#39;解决方案

刚刚朋友问我,说是创建好一个项目,运行后报错:Unable to load script from assets 'index.android.bundle',以前好好的没出现这种现象,于是我找到一个解决方案,分享一下. 解决这个问题的方案是: 进入你该项目的根目录下的 android目录下的app目录下的src文件下的mian文件,(可能说的有点绕),在main件夹下,创建一个assets文件,这个文件是rn的资源文件夹! 之后用dos进入你的项目根目录,执行一下命令: react-nativ

忘记导入struts2-xxx-plugin-x.x.x.jar导致服务器启动报Unable to load configuration.Caused by: Parent package is not defined: xxx-default

今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 <package name="jsf" extends="jsf-default"> <interceptors> <interceptor-stack name="jsfFullStack"> <interceptor-ref name="params"

Unable to load script from assets &#39;index.android.bundle&#39; 出错?

野路子太多,坑人真的!F**k 言归正传,当你运行 react native 程序的时候出现这个错误 ,如果您使用Windows,请按以下方式运行命令,或者如果出现错误"无法找到条目文件index.android.js",那么我这一招能救你 第一步(创建缺失的目录):mkdir android\app\src\main\assets 第二步(在创建好的目录添加程序需要的文件):react-native bundle --platform android --dev false --en

[React-Native] Unable to load script from assets &#39;index.android.bundle&#39;.

react native for android 抛出下面异常,解决方法: java.lang.RuntimeException: Unable to load script from assets 'index.android.bundle'. https://stackoverflow.com/questions/44446523/unable-to-load-script-from-assets-index-android-bundle-on-windows (in project dir

项目初始化以后出现:Unable to load script from assets &#39;index.android.bundle

Mac中真机测试React Native project时出现Unable to load script from assets 'index.android.bundle' 2018年01月21日 01:59:38 neuHenry 阅读数:1186 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/u010347226/article/details/79117940 刚接触学习React Native,在进行真机调试时,报错出现Unable