by Gabriel Lozano-Moran
10. June 2010 19:18
On a freshly installed VM I would get these messages every time I start Visual Studio 2010 Premium:

To repair this, I mounted the Visual Studio 2010 installation ISO and I manually installed these packages:
- Microsoft SQL Server 2008 R2 Data-Tier Application Framework with this command:
\WCU\DAC\DACFramework_enu.msi /log "%TEMP%\dd_DACFramework_enu_MSI.txt" - Microsoft SQL Server 2008 R2 Data-Tier Application Project:
\WCU\DAC\DACProjectSystemSetup_enu.msi /log "%TEMP%\dd_DACProjectSystemSetup_enu_MSI.txt" - Microsoft SQL Server 2008 R2 Transact-SQL Language Service:
\WCU\DAC\TSqlLanguageService_enu.msi /log "%TEMP%\dd_TSqlLanguageService_enu_MSI.txt"
And another problem solved…