Could not load file or assembly “Microsoft.Azure.Store.Emulator.Controller, Version=4.0.0.0”

那年仲夏 提交于 2019-12-25 09:18:49

问题


I'm getting this message after upgrading to Azure Storage Emulator 4.6 and v8.0.0 of WindowsAzure.Storage.

I have spent two days trying to get this to work including reformatting and installing all dev tools on two machines. This has happened with THREE previous Microsoft releases, either the Azure SDK, or the emulator or some combination of the two is broken.


回答1:


I managed to get things working with the previous version (again) with the following steps:

  1. Uninstalled v4.6 of the Storage Emulator.
  2. Deleted database files (mdf, ldf) under C:\Users\\
  3. Downloaded and installed v4.5 Storage Emulator.
  4. Reverted WindowsAzure.Storage to v7.2.1 (via NuGet)
  5. Did a search for "8.0.0" in the solution to identify any remaining binding redirects that use v8.0.0 of WindowsAzure.Storage. Delete these if any are found.

This got me up and running again until there is a proper solution to use the latest version of the above libraries.



来源:https://stackoverflow.com/questions/41450542/could-not-load-file-or-assembly-microsoft-azure-store-emulator-controller-vers

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