entity framework - Can't find local SQL database from within Visual Studio in my ASP .NET MVC 4 project -


i have project uses ef 5 (code first) in visual studio 2012. when build database works, isn't showing in sql explorer reason. checked connection object @ runtime , can see name of local database not listed in sql explorer. what's odd project doesn't have problem on machine. project under source control

check see if have running copy of sql server running.

i experienced same thing; creating project , entityframework objects, , running project. vs 2012 created database in 2008 r2 db running @ time, hadn't opened in vs, didn't see new db. wasn't until opened db in vs appeared.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -