相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- SQL Azure Reset autoincrement
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
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.
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