11

安装 Azure SDK 2.5(与 2.4 和 2.2 并排)后,我无法在本地运行我的 2.2 项目。我收到以下错误:

Windows Azure 工具:错误:安装的 Microsoft Azure Compute Emulator 不支持角色二进制文件。请安装最新的 Microsoft Azure Compute Emulator,然后重试。

看起来计算模拟器 2.5 取代了 2.2,而不是并排运行。

我试图安装 2.2 计算模拟器,但我得到了一个

已安装此产品的较新版本

有没有办法可以在同一台机器上同时运行 2.5 和 2.2 项目?

4

2 回答 2

1

When you upgrade the azure SDK the old compute emulator was replaced by newest one. You can run old projects by uninstalling newest version of the compute emulator and install the old version that is 2.2 version of the compute emulator. It is possible to build both version of projects at a time on same machine but debugging doesn't work. I think there is no way to run both version at a time.

于 2015-10-29T06:21:02.910 回答
0

您是否尝试升级您的项目?您可以尝试使用“Nuget Packages”升级您的 dll。请去,工具> Nuget包管理器>管理解决方案的Nuget包>更新>全部更新(或jsut Azure SDK)。

于 2015-04-25T16:01:11.347 回答