If you are like me who were unable to start the Development Storage service when you first run your first "Hello World" Azure application, you may notice an error message in the output window:
"Windows Azure Tools: Failed to initialize the Development Storage service. Unable to start Development Storage. Failed to start Development Storage: the SQL Server instance ‘localhost\SQLExpress’ could not be found. Please configure the SQL Server instance for Development Storage using the ‘DSInit’ utility in the Windows Azure SDK."
By default, it is pointing to a named instance of SQLExpress and if you are using SQL Server like me, then you would need to do like what the error message said.
Go to where the devstore is installed i.e.
C:\Program Files\Windows Azure SDK\v1.0\bin\devstore
and type
dsinit /sqlinstance:.
Take note of the "." which indicates your current default unnamed SQL Server instance.
You will then be prompted with a screen that informs you that the installation is successful and the development storage is ready for use.
You can now start the Development Storage service.
Popular Post
-
I t was so rush for me till I had no time to enter an entry to my blog before I left for Seattle. As much as I could remember, it was a dark...
-
On March 27 the debut album from noise pop (or so they are labeled) Scottish act Strawberry Whiplash is finally being released by Matinée R...
-
Feels like they've been recording forever, but the self-titled Helsinki Poetry debut EP is finally available ; free to download for the...
-
My new house is almost done and I'm very excited about it. I know I should have blogged about it earlier to record the events that happe...
-
T eam Foundation Server has finally shipped! This completes the Visual Studio Team System family. Incase you are unaware, Team Foundation S...
-
I swear on whatever I can possibly swear on that I’d normally never listen to a band called something as amazingly awful as Lilly Wolf and D...
-
If you are like me who were unable to start the Development Storage service when you first run your first "Hello World" Azure appl...
-
More of Thomas' work on conceptships . Conceptrobots and tanks too! Keywords: digital mechanical mech technical tech year 0 video game...
-
"I want to see the world." T hat's the common phrase I hear nowadays. Almost everyone I know will declare that statement and t...
-
You can smell the PHEV procrastination. Asked by the reporter when the plug-in Prius on display will be available in Norway, he replies: ...
No comments:
Post a Comment