I'm encountering the exact issue as described here(EF: Cannot attach the file ‘{0}' as database '{1}'). My question is how to run these commands in Package Manager Console of Visual Studio 2010 SP1:
- sqllocaldb.exe stop v11.0
- sqllocaldb.exe delete v11.0
- update-Database
All these commands perfectly run in Package Manager Console of VS 2012, but when I try to run these commands in VS 2010 SP1, then VS 2010 SP1 cannot recognize them.
What are alternative commands in Package Manager Console of VS 2010 SP1?