i am doing an excercise "getting started with mvc4 code first model".
when i try to open .mdf file it throughs an exception "connections to sql server db files(.mdf) requires sqlserver 2005 or 2008 express to be installed and running on local computer. the current version is available........"
i've installed vs10 and sqlserver2008r2 developer edition. how to make database in this scenario. or how can i configure vs10 to open that .mdf file in sqlserver2008r2 developer edition.
thanx in advance..