我正在打开一个依赖于过时版本的 Azure SDK 的解决方案,这样 Web PI 就不会安装它。
当我构建项目时,这给我留下了以下错误:
WAT080 : Failed to locate the Microsoft Azure SDK. Please make sure the Microsoft Azure SDK v2.7 is installed.
最少的量是多少
- 我需要执行的步骤和
- 垃圾我可以放入我的环境
让它在VS中加载并编译?
我正在打开一个依赖于过时版本的 Azure SDK 的解决方案,这样 Web PI 就不会安装它。
当我构建项目时,这给我留下了以下错误:
WAT080 : Failed to locate the Microsoft Azure SDK. Please make sure the Microsoft Azure SDK v2.7 is installed.
最少的量是多少
让它在VS中加载并编译?
导航到存档下载页面:https ://azure.microsoft.com/en-gb/downloads/archive-net-downloads/
MicrosoftAzureAuthoringTools-x64.msi
MicrosoftAzureLibsForNet-x64.msi
<- x86 没用MicrosoftAzureTools.VS140.exe
<- 14:- VS 2015 我分别下载并安装了每个
哈克:我的 VS2015 安装略有损坏,所以我仍然看到来自 VS 提供安装 2.7 工具的消息。我能够通过安装最新的(撰写本文时为 2.9)工具来克服这个问题,因此我得到了一个干净的构建。我将彻底重新安装 VS,并研究是否可以避免这种情况