I’m trying to install Entity Framework 5.0 into a Visual Studio 2012 Pro project. Part way through the install it fails and crashes Visual Studio. I suspect that it is trying to figure out which SQL server edition to use when it fails. I have SQL 2008 R2, SQL 2012 and SQL 2012 Localdb installed. No connection string gets added to the config file before it crashes. I’ve been searching the forums and trying many things but no luck yet. Any help would be appreciated. Same failure when using Visual Studio 2010 Pro.
I’m trying to install Entity Framework 5.0 into a Visual Studio 2012 Pro project.
Share
I found that the EF installer can’t handle multiple versions of SQL installed side by side. After removing all but one the program runs fine.