Azure Connection Error with Emulator

五迷三道 提交于 2020-01-03 15:36:13

问题


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

Could not 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 file specified.

Any idea what could be going wrong?


回答1:


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

I am not sure of the cause, but I fixed this issue buy reinstalling Windows Azure Tools for Visual Studio 2013 version 2.3. It's WindowsAzureTools.vs120.exe that lives here http://www.microsoft.com/en-US/download/details.aspx?id=42317.

I also deleted all versions of Windows Azure Tools for Visual Studio I had installed before reinstall, I had 2.5 and 2.6. I vaguely remember that the "downgrade" install is not allowed for this package.



来源:https://stackoverflow.com/questions/30856459/azure-connection-error-with-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!