Does anybody know how to fix “Could not load file

2019-01-26 09:57发布


Microsoft Visual Studio

Could not load file or assembly 'Microsoft.WindowsAzure.Storage.Emulator.Controller, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

OK

2条回答
ゆ 、 Hurt°
2楼-- · 2019-01-26 10:48

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.

查看更多
地球回转人心会变
3楼-- · 2019-01-26 10:54

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

查看更多
登录 后发表回答