简体   繁体   English

在安装2.7.1之后缺少版本参考之后,安装Azure SDK 2.7.0

[英]Installing Azure SDK 2.7.0 After installing 2.7.1 and missing a version reference

The project was created with a local install of Azure SDK 2.7.0. 该项目是使用Azure SDK 2.7.0的本地安装创建的。 One of the libraries is versioned to a Azure Reference of 2.7.0.0, which is apparently not available from the Azure 2.7.1 release. 其中一个库的版本为2.7.0.0的Azure参考,显然在Azure 2.7.1发行版中不可用。

Specific Error (While accessing Azure KeyVault): 特定错误(访问Azure KeyVault时):

        Message "Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"    string

Visual Studio 2013 (5) AzureSDK 2.7.0 Visual Studio 2013(5)AzureSDK 2.7.0

Windows 10 Windows 10

It looks like this Window's 10 AzureSDK 2.7.1 doesn't install some dependencies required for Key Vault's in the Azure Cloud. 似乎此Window的10 AzureSDK 2.7.1并未在Azure云中安装Key Vault所需的某些依赖项。

Suggetions for workarounds> appreciated. 解决方法的建议>表示赞赏。

As of current date the issue is an issue with Azure Key Vault Management products and the combination of Visual Studio 2013 & Windows 10 & Azure SDK 2.7.X. 截至目前,此问题是Azure Key Vault Management产品以及Visual Studio 2013,Windows 10和Azure SDK 2.7.X的组合的问题。

One solution is to develop on Windows 7 (this works fine). 一种解决方案是在Windows 7上开发(效果很好)。 Or perhaps Windows 8, as users of this OS were not seeing the same side effect. 也许是Windows 8,因为该操作系统的用户没有看到相同的副作用。

暂无
暂无

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

相关问题 安装 Azure 1.8 后客户端版本错误 - Client Version Error after installing Azure 1.8 安装Azure SDK 2.5后如何运行Azure 2.2项目 - How to run Azure 2.2 project after installing Azure SDK 2.5 Visual Studio 2019,安装 SDK 后缺少 .NET 5 - Visual Studio 2019, .NET 5 missing after installing SDK 安装SDK 1.8后出现WaHostBootstrapper错误 - WaHostBootstrapper Error After Installing SDK 1.8 安装新版本后,“定位的程序集的清单定义与程序集引用不匹配” - “The located assembly's manifest definition does not match the assembly reference” after installing new version 安装Win 8 Pro和IIS 8后-缺少StaticFileModule - After Installing Win 8 Pro and IIS 8 - missing StaticFileModule 将MongoDB.Driver从2.7.0升级到2.7.1后,连接超时 - Connection times out after upgrading MongoDB.Driver from 2.7.0 to 2.7.1 选择哪些文件来安装适用于 .Net 的旧版 Azure SDK - Which files to select for installing an old versions of the Azure SDK for .Net 我得到“'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 安装fluentvalidation.webapi后,System.Web.Http参考版本从v5.2.3.0降低到v5.1.0.0 - System.Web.Http reference version reducing from v5.2.3.0 to v5.1.0.0 after installing fluentvalidation.webapi
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM