Visual Studio 2015 installation issue - SqlDom_amd64\SqlDom.msi

前端 未结 3 595
有刺的猬
有刺的猬 2021-02-15 16:19

I am trying to install Visual Studio 2015, however, after several steps, Installer pops up one message as below,

I cleared %temp% files however,it did not work

3条回答
  •  逝去的感伤
    2021-02-15 17:03

    I faced this problem yesterday only and didn't found the exact solution but some work-arounds that did the job. I faced issues in installing following components using vs_community.exe:- - SqlDom_amd64 - TSqlLanguageService - CT/AzureMobileServicesSdkV2.0
    - Win10_UniversalCRTSDK - Headers Libraries and sources - WcfDataServices - Win81_SDK - SQLSysClrTypes - SQLSysClrTypes_amd64 - SharedManagementObjects_x86 - SharedManagementObjects_amd64

    TRICK:
    - Since, choosing the location that has that package didn't help so I clicked SKIP PACKAGE-option for all packages listed above. - And, then manually ran set-up/msi-installers for above listed packages. - Some got successfully installed like 'SqlDom_amd64' and few others - But to my bad luck, for some it was kind of crashing during extraction so I thought msi-installer might actually got corrupted for some. - So, for the left ones, I've to choose 'Repair'-option of 'vs_community.exe' and opt for 'Download packages from Internet'. - Finally, set-up got successful and everything is working fine.

    I understand its a work-around and not a solution but it serves the purpose with a limitation that it needs internet-connection for some packages.

提交回复
热议问题