简体   繁体   English

Azure SDK 2.9在哪里?

[英]Where's the Azure SDK version 2.9?

In late March Microsoft announced the release of the Azure SDK version 2.9. 3月下旬,Microsoft 宣布发布了Azure SDK 2.9版本。

On that page, as well as from within Visual Studio 2015, I'm invited to download and install it. 在该页面上以及在Visual Studio 2015中,邀请我下载并安装它。

If I do so, the Web Platform Installer (5.0) fires up and shows me this: 如果这样做,Web Platform Installer(5.0)将启动并显示以下内容:

在此处输入图片说明

That's strange...I don't want version 2.8.2...I already have it. 真奇怪...我不想要版本2.8.2 ...我已经拥有它。

So I click the "back" button in Web Platform Installer and try to find 2.9 manually. 因此,我在Web Platform Installer中单击“后退”按钮,然后尝试手动查找2.9。 At the time of writing, I'm seeing this: 在撰写本文时,我看到了这一点:

在此处输入图片说明

That is, in the Web Platform Installer's list of products, version 2.9 is not there. 也就是说,在Web平台安装程序的产品列表中,没有2.9版。

I'm on Windows 10 and using Visual Studio 2015 (with the latest update 2). 我在Windows 10上并使用Visual Studio 2015(最新更新为2)。 My Web Platform Installer is version 5 and its primary feed is set as "default". 我的Web平台安装程序是版本5,其主要供稿设置为“默认”。 Normally I have no problems installing an updated Azure SDK in this way. 通常,以这种方式安装更新的Azure SDK不会有问题。

I tried deleting the installer cache in Web Platform Installer (no help). 我尝试删除Web Platform Installer中的安装程序缓存(无帮助)。

Can anybody give me a hint as to what might be happening here? 有人能给我提示一下这里可能会发生什么吗? Is anybody able to reproduce it (not finding v2.9 in the products list on WPI) on their machines? 是否有人能够在其机器上复制它(在WPI的产品列表中找不到v2.9)? Could it be possible that v2.9 has been accidentally removed from the MS servers...any way to check this directly at the source? v2.9是否有可能从MS服务器中意外删除了……是否有任何方法可以直接在源代码处进行检查?

For some reason it is not shown in the Web installer. 由于某些原因,它没有显示在Web安装程序中。 This are the steps to fix it: 这是修复它的步骤:

1 run a reset on the installer: 1在安装程序上运行重置:

"%ProgramFiles%\Microsoft\Web Platform Installer\WebPlatformInstaller.exe" /reset

2 run the following registry fix: 2运行以下注册表修复程序:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebPlatformInstaller]
"Install"=dword:00000001
"ProductXMLLocation"="http://www.microsoft.com/web/webpi/5.0/webproductlist.xml"

This seems to be a known issue. 这似乎是一个已知问题。 See the comments on this page: 请参阅此页面上的评论:

https://azure.microsoft.com/en-us/blog/announcing-visual-studio-azure-tools-and-sdk-2-9/ https://azure.microsoft.com/en-us/blog/announcing-visual-studio-azure-tools-and-sdk-2-9/

Please search "2.9" in Web Platform Installer search pane. 请在Web Platform Installer搜索窗格中搜索“ 2.9”。 You will be able to see "Microsoft Azure SDK for .Net (VS2013)-2.9.6" in searched results. 您将在搜索结果中看到“用于.Net的Microsoft Azure SDK(VS2013)-2.9.6”。

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

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