Error connecting Azure to the emulator

I have Azure Storage (v3.4) and Compute Emulator (v2.5), and I can check my deployments in Compute Emulator in order, but whenever I try to visualize the contents of my tables or blobs, I get the following error from Visual Studio:

Failed to load file or assembly Microsoft.Azure.Storage.Emulator.Controller, Version = 4.0.0.0, Culture = neutral, ... or one of its dependencies. The system cannot find the specified file.

Any idea what could go wrong?

+4
source share
1 answer

I believe, but it may be wrong, Storage 3.4 and Compute Emulator 2.5 are part of the Azure SDK 2.3.

, Windows Azure Tools Visual Studio 2013 2.3. WindowsAzureTools.vs120.exe, http://www.microsoft.com/en-US/download/details.aspx?id=42317.

Windows Azure Tools Visual Studio, , 2.5 2.6. , "downgrade" .

0

All Articles