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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -