Click here to Skip to main content
15,879,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey guys,

I'm having a problem when I start the Azure Storage Emulator:
Error Message
I have tried to do the tips in the url informed into the window, but nothing is working. Anyone can help?
Posted
Comments
JasonMacD 30-Apr-13 16:09pm    
What is your code doing, a DB is being created that already exists per the error. Show us some of your code where the error is happening.
helioscarbex 30-Apr-13 16:50pm    
If I try to open the local storage of the Azure Emulator, this error happens. Just this. Sorry, if I am not clear, :D .

1 solution

The answer is the following:
C:\> SqlLocalDb i
v11.0
C:\> SqlLocalDb stop   "v11.0"
C:\> SqlLocalDb delete "v11.0"


References: http://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/ and http://www.codeproject.com/Questions/542249/CanplusnotplusRunplusAzureplusApplicatioinplusGetp"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900