简体   繁体   English

选择哪些文件来安装适用于 .Net 的旧版 Azure SDK

[英]Which files to select for installing an old versions of the Azure SDK for .Net

Downloading a current version of the Azure SDK for .Net is easy to do via the Web Platform Installer tool.通过 Web 平台安装程序工具可以轻松下载适用于 .Net 的 Azure SDK 的当前版本。

The thing is that it only has the latest 2 versions or so.问题是它只有最新的 2 个版本左右。

If I want to download an older version, Microsoft points me to the following download site .如果我想下载旧版本,Microsoft 将我指向以下下载站点 When clicking download, I'm confronted with a dialog asking me to select which of 20(!) different files I would like to install.单击下载时,我会遇到一个对话框,要求我选择要安装的20 个(!)不同文件中的哪一个。

Of course none of these files have any descriptions, so I'm left to deduce stuff from the file names.当然,这些文件都没有任何描述,所以我只能从文件名中推断出一些东西。 here's the list of all the files i'm seeing for SDK version 2.5这是我在 SDK 2.5 版中看到的所有文件的列表

  • EnvironmentTools.VS.msi环境工具.VS.msi
  • HiveODBC32.msi HiveODBC32.msi
  • HiveODBC64.msi HiveODBC64.msi
  • Microsoft.Azure.HDInsightToolsForVS2012.msi Microsoft.Azure.HDInsightToolsForVS2012.msi
  • Microsoft.Azure.HDInsightToolsForVS2013.msi Microsoft.Azure.HDInsightToolsForVS2013.msi
  • Microsoft.Azure.HDInsightToolsForVS2015.msi Microsoft.Azure.HDInsightToolsForVS2015.msi
  • MicrosoftAzureAuthoringTools-x64.msi MicrosoftAzureAuthoringTools-x64.msi
  • MicrosoftAzureAuthoringTools-x86.msi MicrosoftAzureAuthoringTools-x86.msi
  • MicrosoftAzureComputeEmulator-x64.exe MicrosoftAzureComputeEmulator-x64.exe
  • MicrosoftAzureComputeEmulator-x86.exe MicrosoftAzureComputeEmulator-x86.exe
  • MicrosoftAzureLibsForNet-x64.msi MicrosoftAzureLibsForNet-x64.msi
  • MicrosoftAzureLibsForNet-x86.msi MicrosoftAzureLibsForNet-x86.msi
  • MicrosoftAzureQuickstarts.msi MicrosoftAzureQuickstarts.msi
  • MicrosoftAzureStorageTools.msi MicrosoftAzureStorageTools.msi
  • MicrosoftAzureTools.VS110.exe MicrosoftAzureTools.VS110.exe
  • MicrosoftAzureTools.VS120.exe MicrosoftAzureTools.VS120.exe
  • MicrosoftAzureTools.VS140.exe MicrosoftAzureTools.VS140.exe
  • WebToolsExtensionsVS2013.msi WebToolsExtensionsVS2013.msi
  • WebToolsExtensionsVWD2013.msi WebToolsExtensionsVWD2013.msi
  • WindowsAzureStorageEmulator.msi WindowsAzureStorageEmulator.msi

    1. IS there a way to install older SDKs with a single installation (like Web Platform installer)有没有办法通过一次安装来安装旧版 SDK(如 Web 平台安装程序)
    2. if not, What is the minimal set of programs i need to run in order to successfully build and deploy Azure cloud services?如果不是,为了成功构建和部署 Azure 云服务,我需要运行的最少程序集是什么? (i don't even need to run it on local emulator). (我什至不需要在本地模拟器上运行它)。 Assuming I have 64 bit machine and VS2013.假设我有 64 位机器和 VS2013。

For me (on x64 machine and VS2013 install) these are the minimal set of programs i needed to install in order for my build to pass:对我来说(在 x64 机器和 VS2013 安装上)这些是我需要安装的最小程序集,以便我的构建通过:

  • MicrosoftAzureAuthoringTools-x64.msi MicrosoftAzureAuthoringTools-x64.msi
  • MicrosoftAzureLibsForNet-x64.msi MicrosoftAzureLibsForNet-x64.msi
  • MicrosoftAzureTools.VS140.exe (for VS2015) or; MicrosoftAzureTools.VS140.exe(适用于 VS2015)或;
  • MicrosoftAzureTools.VS120.exe (for VS2013) MicrosoftAzureTools.VS120.exe(适用于 VS2013)

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

相关问题 BundleConfig捆绑了我的CSS文件的旧版本 - BundleConfig is bundling the old versions of my CSS files 如何使用旧的 Microsoft.WindowsAzure .NET ZF20E3C5E5E54C0896D36 为 Azure Blob 访问创建用户委托 SAS 密钥 - How to create a User delegation SAS key for Azure Blob access using old Microsoft.WindowsAzure .NET SDK? .NET SDK 未正确安装 - .NET SDK's Not Installing Correctly 在安装2.7.1之后缺少版本参考之后,安装Azure SDK 2.7.0 - Installing Azure SDK 2.7.0 After installing 2.7.1 and missing a version reference 适用于.NET 4.5的TableStorage Azure SDK - Azure SDK for TableStorage with .NET 4.5 使用Azure SDK for .Net ResourceManagementClient进行身份验证 - Authenticating with Azure SDK for .Net ResourceManagementClient .NET SDK天蓝色媒体服务 - .NET SDK azure media service 我得到“'Microsoft.Cct.CctProjectNode'的类型初始化程序引发异常。”在安装Azure SDK 2.9后打开ccproj文件时 - I get “The type initializer for 'Microsoft.Cct.CctProjectNode' threw an exception.” when opening ccproj files after installing Azure SDK 2.9 安装Azure SDK 2.5后如何运行Azure 2.2项目 - How to run Azure 2.2 project after installing Azure SDK 2.5 如何跟踪 .net 内核中的旧版本对象? - How to keep track of old versions of objects in .net core?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM