Visual Studio 2015: The hash value is not correct

后端 未结 2 2118
天涯浪人
天涯浪人 2021-01-01 13:22

After installing Visual Studio Professional 2015 (using an RTM executable but selecting Update 2 during the setup process), I get the following warning:

Eve

2条回答
  •  佛祖请我去吃肉
    2021-01-01 13:39

    In my case, it was because my internet was restricted. I had to download off-line copies of Visual Studio for SQL and SSDT. The instructions below, however, are for Visual Studio 2017.

    1. Download: https://go.microsoft.com/fwlink/?LinkId=866452
    2. SSDT-Setup-ENU.exe /layout
    3. Download: https://aka.ms/vs/15/release/vs_sql.exe
    4. vs_SQL.exe --layout (this takes a while, it's laying out ~4 GB)
    5. \vs_setup.exe --wait --nickname "SSDT" --passive
    6. \SSDT-Setup-ENU.exe

    Notes: For #2, yes it's "15" even though you're downloading Visual Studio 17. I think it ha to do with Visual Studio 2017 being at version 15 and Visual Studio 2015 being at version 17.

    References:

    • Visual Studio 2017 SSDT offline install
    • https://social.msdn.microsoft.com/Forums/en-US/5c41001f-7d93-4318-96c7-75fa3c416605/offline-installer-for-ssdt-2017?forum=ssdt
    • https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt

提交回复
热议问题