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?
source
share