Failure when installing SQL Server Integration Services Projects on VS2019

Brazzola, Adriano 1 Reputation point
2020-12-02T17:39:09.927+00:00

When installing SQL Server Integration Services Projects (v3.10) for Visual Studio 2019, I got the following error:

[3910:0EB8][2020-12-02T18:22:24]e000: BootstrapperEngineDataModel.OnError: Burn engine encountered error. PackageId: SSAS_OLEDB2016, ErrorType: WindowsInstaller, ErrorCode: 1935, Data: 1935,{98CB24AD-52FB-DB5F-A01F-C8B3B9A1E18E},0x80073712,IAssemblyCacheItem,Commit,Microsoft.VC80.CRT,type="win32",version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86", ErrorMessage: An error occurred during the installation of assembly 'Microsoft.VC80.CRT,type="win32",version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x80073712. , UIHint: 0
[3910:0EB8][2020-12-02T18:22:24]i000: MainViewModel.AddFailedCondition: Error: Microsoft AS OLE DB Provider for SQL Server 2016: An error occurred during the installation of assembly 'Microsoft.VC80.CRT,type="win32",version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x80073712.
[3910:0EB8][2020-12-02T18:22:24]e000: MainViewModel.OnPackageError: setup failed for packageId: SSAS_OLEDB2016, package: Microsoft AS OLE DB Provider for SQL Server 2016, errorCode: 1935, errorMessage: An error occurred during the installation of assembly 'Microsoft.VC80.CRT,type="win32",version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x80073712.
[1E44:1C8C][2020-12-02T18:22:27]e000: Error 0x80070643: Failed to install MSI package.
[1E44:1C8C][2020-12-02T18:22:27]e000: Error 0x80070643: Failed to execute MSI package.
[3910:0EB8][2020-12-02T18:22:27]e000: Error 0x80070643: Failed to configure per-machine MSI package.44465-microsoftdatatoolsintegrationservices-202012021818.log

I have attached the log file.
Thank you for your support

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,576 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Monalv-MSFT 5,901 Reputation points
    2020-12-03T08:27:44.6+00:00

    Hi @Brazzola, Adriano ,

    Please try to upgrade the Microsoft OLE DB driver for SQL Server to the newer version.

    Hope the following link will be helpful:
    SQL Server Integration Services Projects

    44586-v310.png

    Best Regards,
    Mona

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues in November--What can I do if my transaction log is full?
    Hot issues in November--How to convert Profiler trace into a SQL Server table?


  2. Yitzhak Khabinsky 25,856 Reputation points
    2020-12-03T13:58:09.457+00:00

    It seems that the root cause is a missing assembly: "...An error occurred during the
    installation of assembly 'Microsoft.VC80.CRT...".

    Please try to download and install it from here: Visual C++ Redistributable Packages for Visual Studio 2013

    UPDATE

    If it fails the installation, there is a deeper problem. Please try the steps outlined in the following article:
    Fix Windows Update errors by using the DISM or System Update Readiness tool

    It suggests to run the following:

    • DISM
    • System Update Readiness tool
    0 comments No comments

  3. Brazzola, Adriano 1 Reputation point
    2020-12-03T16:14:11.007+00:00

    I got same error (Error 1935) when installing it from vcredist2005_x86.exe

    Product: Microsoft Visual C++ 2005 Redistributable -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.ATL,type="win32",version="8.0.50727.6195",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x80073712. assembly interface: IAssemblyCacheItem, function: Commit, component: {97F81AF1-0E47-DC99-A01F-C8B3B9A1E18E}


  4. Brazzola, Adriano 1 Reputation point
    2020-12-04T08:41:05.787+00:00

    Yes the machine has been rebooted


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.