Something upgraded my Microsoft.Data.Entity.Design to version 10.6.10617.1. This broke some EntityFramework code generators which use version 10.0 and if it’s missing, they error out.
I uninstalled the EntityFramework June 2011 CTP and ran the following installers from a VS 2010 SP1 installation folder (after doing a remove): DACFramework_enu.msi, DACProjectSystemSetup_enu.msi, & TSqlLanguageService_enu.msi but the 10.6 version is still around.
What software upgrades Microsoft.Data.Entity.Design and how do I get back version 10.0 of it, without doing a complete re-installation of Visual Studio 2010?
I uninstalled Visual Studio completely and cleaned the registry of everything related to Visual Studio and then reinstalled it.