I have attempted installing an update to Microsoft SQL Server Data Tools into Visual Studio 2015 Professional. Upon doing so I receive the following error message:
Setup is missing an installation prerequisite:
-Microsoft SQL Server 2016 System CLR Types. To continue, install SQL Server 2016 System CLR Types from http://go.microsoft.com/fwlink/?LinkID=398158 and then run the Setup operation again.
The hyperlink provided by Microsoft actually takes me to Microsoft SQL Server 2014 Feature Pack. Nonetheless, I continue to install ENU\x64\SQLSysClrTypes.msi
. Just to be extra sure, I navigated to Microsoft SQL Server 2016 Feature Pack and installed ENU\x64\SQLSysClrTypes.msi
from the latest version of SQL Server.
When running the SQL Server Data Tools installer again I receive the same fatal error in the installer message and log file. The log file reports the error code 0x80070643
. The most helpful article I have found relating this issue is KB976982. I have tried running the Microsoft .NET Framework Repair Tool; the tool failed to resolve the problem and I am continuing to work through it.