I just installed the Windows Azure SDK. It came with Version 3.0 of the Windows Azure Storage Emulator. When I tried to launch the emulator it initializes successfully (after prompting me for system admin password) but it fails to start (again, after prompting me for system admin password).
The exception that I get is:
Unhandled Exception: System.TimeoutException: Unable to open wait handle. at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.InternalWaitForStorageEmulator(Int32 timeoutInMilliseconds)
My current user is not a system admin but I do have the password to a system admin account.
Anybody run into this?