I'm doing a code first Entity database
{"An exception occurred while initializing the database. See the InnerException for details."}
It was working fine, but I decided to delete the physical database to see it recreate it, but it just fails every time.
I get the error
Cannot attach the file 'C:\ASP\OdeToFood\OdeToFood\App_Data\OdeToFoodDb.mdf' as database 'OdeToFoodDb'."}
Its code first so I don't understand why its not recreating the database.