I was learning how to use the Microsoft Azure Tools for Visual Studio to develop an Azure cloud service at :"Getting Started with the Azure Tools for Visual Studio".
I successfully completed the following steps: 1. Install the Azure tools. 2. Create an Azure cloud service.
3rd step was build and debug the cloud service, where i was stuck. While debugging i got an error "Failed to initialize Microsoft Azure Storage Emulator".
I did try various methods given on various websites to initialize the Storage Emulator, but none of them worked for me.
When I was trying the command WAStorageEmulator.exe init
, i got an error "cannot create database".
Any help would be greatly appreciated.