Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Get this Error when trying to Run Microsoft Azure web application .Get this at the time of Storage Emulator Initialization


Found SQL Instance (localdb)\v11.0.
Creating database DevelopmentStorageDb on SQL instance '(localdb)\v11.0'.
Cannot create database 'DevelopmentStorageDb' : Database 'DevelopmentStorageDb' already exists. Choose a different database name..

One or more initialization actions have failed. Resolve these errors before attempting to run the storage emulator again. Please refer to http://go.microsoft.com/fwlink/?LinkID=248088 for more details.



Please help
Posted
Updated 20-Feb-13 22:15pm
v3
Comments
CHill60 7-Feb-13 8:34am    
Post the code that is causing the error - I *suspect* that you are trying to create a database that already exists
[no name] 13-Feb-13 2:19am    
i just have created the Azure web application project & run that ..

& got this error while initializing the emulator
CHill60 15-Feb-13 12:16pm    
Try changing the database name in the application or manually deleting the database itself
CHill60 21-Feb-13 4:18am    
Have you tried changing the database name or deleting the existing database as I suggested?
[no name] 21-Feb-13 4:26am    
i just deleted the SqlDB Instance

& it works fine

1 solution

Do these steps

1) Open cmd.exe (Command Prompt)
2) Write this

SqlLocalDb delete "v11.0" 


& enter

note "v11.0" is MyInstance



for more detail visit link
http://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/[^]

thanks & regards

Kandarp Vyas
 
Share this answer
 
v2

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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