问题
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:
- Uninstalled v4.6 of the Storage Emulator.
- Deleted database files (mdf, ldf) under C:\Users\\
- Downloaded and installed v4.5 Storage Emulator.
- Reverted WindowsAzure.Storage to v7.2.1 (via NuGet)
- 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