i tired installing VS 2017 , but when i a installing i am getting an error, unable to download even if i have networkmconnection

Saraswathi, Rajesh Varma 0 Reputation points
2024-03-27T16:48:50.9933333+00:00

Hi team,

initially i tried opening the Vs2017 in my pc, it got an error saying that " it could not find the denvene.exe in the short cut" i looked in Microsoft help and try to find the exe file ...it also said if the issue persists uninstall it and install again.

i did uninstall and when i am trying to install i am seeing this error .with visual studio installer ...it says unable to download even if i have network.User's imageUser's image

User's image

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,607 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,715 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,453 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
171 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
964 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 48,281 Reputation points
    2024-03-27T17:29:03.83+00:00

    Did you 'click here' to see what the logs say? It sounds like maybe your VS installer cache is corrupt. Can you share what the log files are saying?

    Your screenshots are confusing to me as they seem to be a mix of installs. The first 2 screenshots are for SSDT which is something you can install manually, this isn't what we would normally refer to as Visual Studio (although it does use the same shell). Yet in the later screenshot you're showing us the Visual Studio Installer which is part of Visual Studio but normally wouldn't show up for SSDT.

    Another thing that is confusing me is that you mentioned you're using VS 2017 and are trying to reinstall it. But that doesn't line up with your initial screenshots. Can you please clarify the following:

    • What, if any, Visual Studio products do you already have installed?
    • Do you have SSDT installed?

    Assuming you want to reinstall VS 2017, which is only in extended support right now, my recommendation is to do the following:

    • Download and run the Visual Studio Installer for VS 2017. It should install or update the existing installer if available.
    • Install VS 2017 with the workloads you need. Consider skipping the SSDT components (which I think was under Data storage workload but can be selected/deselected from Individual Components).
    • The installer should install the latest updates.
    • Now run the installer again and add SSDT.
    0 comments No comments