Does anybody know how to fix “Could not load file or assembly 'Microsoft.WindowsAzure.Storage.Emulator.Controller, Version=3.0.0.0”?

前端 未结 2 1632
时光取名叫无心
时光取名叫无心 2020-12-19 06:34

Microsoft Visual Studio

Could not load file or assembly \'Microsoft.WindowsAzure.Storage.Emulator.Controller, Version=3.0.0.0, Culture=neutral, PublicKeyTok

相关标签:
2条回答
  • 2020-12-19 07:01

    http://social.msdn.microsoft.com/Forums/en-US/2644640f-f473-4d63-aa6a-4077714d0461/caquietexec-error-cannot-create-database?forum=windowsazuredata

    sqllocaldb stop v11.0
    sqllocaldb delete v11.0
    delete C:\Users\MyAccount\WAStorageEmulatorDb30*.*
    sqllocaldb create v11.0

    0 讨论(0)
  • 2020-12-19 07:03

    I have found that this is due to the Windows Azure Storage Emulator not being properly installed. Normally this is installed as a dependency when you are installing the Windows Azure SDK for .NET.

    Try reinstalling the SDK (which can be obtained from here). In my case, the install for the Storage Emulator failed because it was already running. A reboot may be necessary before reinstalling.

    0 讨论(0)
提交回复
热议问题