Visual Studio 2017 - Can't install

2019-07-09 13:18发布

I'm trying to install Visual Studio 2017 Community because the last version i had, was a pre-Release of the same version. But now i can't keep using the program because it forces me to update to a new one.

The problem

I found this question with a similar problem but the answer didn't work for me. Any ideas?

3条回答
Animai°情兽
2楼-- · 2019-07-09 13:29

I was also facing same issue which you are facing. As a troubleshooting,I found that now a days, files download from aka.ms. Due to some reason you might not be reachable from your machine.

To find out issue, you should first run fiddler and then start installation of Visual studio 2017. Find from where your exe is trying to download file for installation.

Once you could find URL like I got "aka.ms". Try to ping on that domain to verify connection and then try to open that URL from your computer.

If everything will be fine as I have explained your setup will download files.

Another Problem may be you have to install all the certificates as shown below:

  1. Right click on exe file.
  2. Select "Properties".
  3. Click on the "Digital Signatures" tab.
  4. Now you can see "signature list".
  5. Select signature Click on "Details" button.
  6. Click on "View certificate" button Click on "Install certificate" and follows installation wizard.
查看更多
神经病院院长
3楼-- · 2019-07-09 13:35

TL;DR The problem can be in optimized (tweaked) system. Enable services that was originally on.

Read log file

If you are sure that there is no any of internet / firewall issues, all updates are installed (to meet requirements, especially for .NET Framework), then you should check log file in %TEMP% directory. A path something like C:\Users\<username>\AppData\Local\Temp\dd_bootstrapper_<date and time of last run>.log.

I'd expect, that it says:

Verifying signature

Caught Exception: Type = CryptographicException, Message = There are no more endpoints available from the endpoint mapper

Fix cryptographic exception

The first step is to install the certificates.

If the error still there, then check system services (Windows Key + R, type services.msc). Go through all list, read descriptions and search for certificates, private and public keys. I started CNG key isolation service (KeyIso) and magically the installer became normal.


Also I think this Uninstaller can be useful for everyone who did upgrade from previous version (2013, 2015) like me.

查看更多
该账号已被封号
4楼-- · 2019-07-09 13:44

Check internet connection, chck if you have any vpn/proxy, check if you have any wierd anti-virus, windows firewall or some external, run windows update (just in case), if these fail you will need to download the new version directly from Here

查看更多
登录 后发表回答