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?