Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Azure 2.2 project after installing Azure SDK 2.5

After installing Azure SDK 2.5 (side by side with 2.4 and 2.2), I cannot run my 2.2 projects locally. I'm getting the following error:

Windows Azure Tools: Error: The installed Microsoft Azure Compute Emulator does not support the role binaries. Please install the latest Microsoft Azure Compute Emulator and try again.

Looks like the compute emulator 2.5 replaced the 2.2 rather than running side by side.

I tried to install the 2.2 compute emulator, but i'm getting a

A newer version of this product is already installed

Is there a way I can run both 2.5 and 2.2 projects on the same machine?

like image 794
rony l Avatar asked Mar 08 '15 14:03

rony l


1 Answers

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.

like image 108
AjItH V S Avatar answered Sep 29 '22 16:09

AjItH V S