I was having VS 2022 Community installed on my notebook. I decided to clone one of my .NET 9.0 repository. Then I realized that current release of VS is not compatible with .NET 9.0 and need to update it to version 17.13. Run the VS installer but it was not progressing on the download. So, I thought installer is broken and tried to install it from scratch. Also it did not made any progress too. Then I followed some questions on Stackoverflow. Uninstalled VS and installer. Deleted related folders etc. Downloaded recent installer. But still no luck. It is waiting on download stage and after a while and getting this error message: "Unable to download installation files. Check your internet connection and try again". Also tried downloading .exe and it did not download neither. It is weird that I can download vs installer but cannot download vs_community.exe.
Then I got the file from another computer of mine and tried offline installing with following command, got the same result with vs installer.
vs_community.exe --layout c:\localVSlayout --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US
I tried MS support chat, tried different solutions like disabling firewalls, proxy and virus protection, checking DNS, and neither of them helped. I am not having any problem with other computers in the same network. So there must be some difference with the notebook. It has the latest win11 Version 24H2 with OS build number 26100.3476.
I collected following log and it basically says "Unknown error 12029" that means a socket connection failed because encrypted communication couldn't be established.
Full log records:
[3cc8:0001][2025-03-12T19:53:27] Assembly version: 3.13.2069.59209.
[3cc8:0001][2025-03-12T19:53:27] Creating new ExperimentationService
[3cc8:0001][2025-03-12T19:53:27] Telemetry property VS.ABExp.Flights : lazytoolboxinit;fwlargebuffer;refactoring;spmoretempsbtn1;asloff;keybindgoldbarext;asynccsproj;vsfricheditor;completionapi;4f604693:30775293;5587j480:31242873
[3cc8:0001][2025-03-12T19:53:27] Command line arguments = --env,_SFX_CAB_EXE_PACKAGE:C:\Users\USER\Downloads\VisualStudioSetup.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\USER\Downloads
[3cc8:0001][2025-03-12T19:53:27] C2R signature arguments = {sku, community, channel, Release, cid, 2030:8c6ccd31841c41f3a3b1d763503baf0a}
[3cc8:0001][2025-03-12T19:53:27] Parent process name = VisualStudioSetup
[3cc8:0001][2025-03-12T19:53:27] Parent process product version = 17.13.35825.156
[3cc8:0001][2025-03-12T19:53:27] CampaignId = 2030:8c6ccd31841c41f3a3b1d763503baf0a
[3cc8:0001][2025-03-12T19:53:27] Warning: ResponseId not available in 'vs_setup_bootstrapper.config'. Trying to parse filename.
[3cc8:0001][2025-03-12T19:53:27] Warning: loading config settings: -update --update --layout -offline --offline --locale --layout --originalworkingdir --installLayoutPath --env
[3cc8:0001][2025-03-12T19:53:27] DownloadURL =
[3cc8:0001][2025-03-12T19:53:27] InstallLocation = C:\Program Files (x86)\Microsoft Visual Studio\Installer
[3cc8:0001][2025-03-12T19:53:27] OfflineFilePath =
[3cc8:0001][2025-03-12T19:53:27] LayoutLocation =
[3cc8:0001][2025-03-12T19:53:27] ExecutableArguments = /finalizeInstall install --in "C:\ProgramData\Microsoft\VisualStudio\Packages\_bootstrapper\vs_setup_bootstrapper_202503121953275753.json" --locale en-US --activityId "b31df729-a153-4d49-bd36-b960a14e71f3" --campaign "2030:8c6ccd31841c41f3a3b1d763503baf0a"
[3cc8:0001][2025-03-12T19:53:27] OSVersion = Microsoft Windows NT 10.0.26100.0
[3cc8:0001][2025-03-12T19:53:27] Starting to detect the existing VS and .NET...
[3cc8:0001][2025-03-12T19:53:27] Finished detecting the existing VS and .Net
[3cc8:0006][2025-03-12T19:53:32] Authentication Environment variable setting value: null
[3cc8:0006][2025-03-12T19:53:32] Authenticate: True
[3cc8:001c][2025-03-12T19:53:32] Download requested: .json
[3cc8:001d][2025-03-12T19:53:32] Attempting download '.json' using engine 'WebClient'
[3cc8:001d][2025-03-12T19:53:42] WebClient error 'RequestCanceled' with '.json' - GetWebResponse failed along with a cancellation request
[3cc8:001d][2025-03-12T19:53:42] Warning: Failed to update the latest installer feed The operation was canceled.
[3cc8:0006][2025-03-12T19:53:42] Latest installer feed not found in cache.
[3cc8:0006][2025-03-12T19:53:42] Existing client is unsupported: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe does not exist.
[3cc8:0006][2025-03-12T19:53:42] Beginning file download. File = .
[3cc8:001c][2025-03-12T19:53:43] Download requested: .opc
[3cc8:0018][2025-03-12T19:53:43] Attempting download '.opc' using engine 'WebClient'
[3cc8:0018][2025-03-12T19:54:04] WebClient error 'ConnectFailure' - proxy setting 'Default' - '.opc'.
[3cc8:0018][2025-03-12T19:54:25] WebClient error 'ConnectFailure' - proxy setting 'DefaultCredentialsOrNoAutoProxy' - '.opc'.
[3cc8:0018][2025-03-12T19:54:46] WebClient error 'ConnectFailure' - proxy setting 'NetworkCredentials' - '.opc'.
[3cc8:0018][2025-03-12T19:55:07] WebClient error 'ConnectFailure' - proxy setting 'DirectAccess' - '.opc'.
[3cc8:0018][2025-03-12T19:55:07] WebClient failed in '.opc' with 'Unable to connect to the remote server' - '.opc'.
[3cc8:0018][2025-03-12T19:55:07] Error 0x80131509: WebClientEngine failed attempting to download .opc from 93.184.215.201.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
[3cc8:0018][2025-03-12T19:55:07] Download failed using WebClient engine. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 93.184.215.201:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0018][2025-03-12T19:55:07] Sleeping 5000 milliseconds before retrying download.
[3cc8:0018][2025-03-12T19:55:12] Attempting download '.opc' using engine 'Bits'
[3cc8:0018][2025-03-12T19:57:12] Canceling job 'VsBitsDownloadJob - -2076775914'.
[3cc8:0018][2025-03-12T19:57:12] Download failed using Bits engine. System.TimeoutException: Timeout reached for job VsBitsDownloadJob - -2076775914 whilst in state BG_JOB_STATE_TRANSIENT_ERROR
at Microsoft.VisualStudio.Setup.Download.Bits.BitsJob.WaitForCompletion(ProgressUpdateCallback callback, CancellationToken cancellationToken)
at Microsoft.VisualStudio.Setup.Download.Bits.BitsEngine.DownloadCore(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0018][2025-03-12T19:57:12] Sleeping 10000 milliseconds before retrying download.
[3cc8:0018][2025-03-12T19:57:22] Attempting download '.opc' using engine 'WinInet'
[3cc8:0018][2025-03-12T19:57:43] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:57:43] WinInet error 'UnknownError' Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029 - proxy setting 'DefaultCredentialsOrNoAutoProxy' - '.opc'.
[3cc8:0018][2025-03-12T19:58:04] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:04] WinInet error 'UnknownError' Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029 - proxy setting 'DirectAccess' - '.opc'.
[3cc8:0018][2025-03-12T19:58:25] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:25] WinInet failed '.opc' with 'Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:25] Download failed using WinInet engine. Microsoft.VisualStudio.Setup.Download.WrappedWebException: Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029
at Microsoft.VisualStudio.Setup.Download.WinInet.WinInetEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0006][2025-03-12T19:58:25] Error 0x80072efd: Failed to download. Error : Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029
at Microsoft.VisualStudio.Setup.Download.WinInet.WinInetEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0006][2025-03-12T19:58:30] Beginning file download. File = .
[3cc8:0021][2025-03-12T19:58:30] Download requested: .opc
[3cc8:0022][2025-03-12T19:58:30] Attempting download '.opc' using engine 'WebClient'
[3cc8:0022][2025-03-12T19:58:51] WebClient error 'ConnectFailure' - proxy setting 'Default' - '.opc'.
[3cc8:0022][2025-03-12T19:59:12] WebClient error 'ConnectFailure' - proxy setting 'DefaultCredentialsOrNoAutoProxy' - '.opc'.
[3cc8:0022][2025-03-12T19:59:33] WebClient error 'ConnectFailure' - proxy setting 'NetworkCredentials' - '.opc'.
[3cc8:0022][2025-03-12T19:59:54] WebClient error 'ConnectFailure' - proxy setting 'DirectAccess' - '.opc'.
[3cc8:0022][2025-03-12T19:59:54] WebClient failed in '.opc' with 'Unable to connect to the remote server' - '.opc'.
[3cc8:0022][2025-03-12T19:59:54] Error 0x80131509: WebClientEngine failed attempting to download .opc from 93.184.215.201.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
[3cc8:0022][2025-03-12T19:59:54] Download failed using WebClient engine. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 93.184.215.201:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0022][2025-03-12T19:59:54] Sleeping 5000 milliseconds before retrying download.
[3cc8:0022][2025-03-12T19:59:59] Attempting download '.opc' using engine 'Bits'
[3cc8:0022][2025-03-12T20:01:59] Canceling job 'VsBitsDownloadJob - -2076775914'.
[3cc8:0022][2025-03-12T20:01:59] Download failed using Bits engine. System.TimeoutException: Timeout reached for job VsBitsDownloadJob - -2076775914 whilst in state BG_JOB_STATE_CONNECTING
at Microsoft.VisualStudio.Setup.Download.Bits.BitsJob.WaitForCompletion(ProgressUpdateCallback callback, CancellationToken cancellationToken)
at Microsoft.VisualStudio.Setup.Download.Bits.BitsEngine.DownloadCore(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0022][2025-03-12T20:01:59] Sleeping 10000 milliseconds before retrying download.
[3cc8:0022][2025-03-12T20:02:09] Attempting download '.opc' using engine 'WinInet'
[3cc8:0022][2025-03-12T20:02:30] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0006][2025-03-12T20:02:30] User Cancelled Download
[3cc8:0006][2025-03-12T20:02:30] Bootstrapper cancelled.
I suspect some certificate issue or some background service(s) are not present or not running but no idea which one is that.
I need suggestions to find the reason of the problem. Thanks in advance.
I was having VS 2022 Community installed on my notebook. I decided to clone one of my .NET 9.0 repository. Then I realized that current release of VS is not compatible with .NET 9.0 and need to update it to version 17.13. Run the VS installer but it was not progressing on the download. So, I thought installer is broken and tried to install it from scratch. Also it did not made any progress too. Then I followed some questions on Stackoverflow. Uninstalled VS and installer. Deleted related folders etc. Downloaded recent installer. But still no luck. It is waiting on download stage and after a while and getting this error message: "Unable to download installation files. Check your internet connection and try again". Also tried downloading https://aka.ms/vs/17/release/vs_community.exe and it did not download neither. It is weird that I can download vs installer but cannot download vs_community.exe.
Then I got the file from another computer of mine and tried offline installing with following command, got the same result with vs installer.
vs_community.exe --layout c:\localVSlayout --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US
I tried MS support chat, tried different solutions like disabling firewalls, proxy and virus protection, checking DNS, and neither of them helped. I am not having any problem with other computers in the same network. So there must be some difference with the notebook. It has the latest win11 Version 24H2 with OS build number 26100.3476.
I collected following log and it basically says "Unknown error 12029" that means a socket connection failed because encrypted communication couldn't be established.
Full log records:
[3cc8:0001][2025-03-12T19:53:27] Assembly version: 3.13.2069.59209.
[3cc8:0001][2025-03-12T19:53:27] Creating new ExperimentationService
[3cc8:0001][2025-03-12T19:53:27] Telemetry property VS.ABExp.Flights : lazytoolboxinit;fwlargebuffer;refactoring;spmoretempsbtn1;asloff;keybindgoldbarext;asynccsproj;vsfricheditor;completionapi;4f604693:30775293;5587j480:31242873
[3cc8:0001][2025-03-12T19:53:27] Command line arguments = --env,_SFX_CAB_EXE_PACKAGE:C:\Users\USER\Downloads\VisualStudioSetup.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\USER\Downloads
[3cc8:0001][2025-03-12T19:53:27] C2R signature arguments = {sku, community, channel, Release, cid, 2030:8c6ccd31841c41f3a3b1d763503baf0a}
[3cc8:0001][2025-03-12T19:53:27] Parent process name = VisualStudioSetup
[3cc8:0001][2025-03-12T19:53:27] Parent process product version = 17.13.35825.156
[3cc8:0001][2025-03-12T19:53:27] CampaignId = 2030:8c6ccd31841c41f3a3b1d763503baf0a
[3cc8:0001][2025-03-12T19:53:27] Warning: ResponseId not available in 'vs_setup_bootstrapper.config'. Trying to parse filename.
[3cc8:0001][2025-03-12T19:53:27] Warning: loading config settings: -update --update --layout -offline --offline --locale --layout --originalworkingdir --installLayoutPath --env
[3cc8:0001][2025-03-12T19:53:27] DownloadURL = https://aka.ms/vs/17/release/installer
[3cc8:0001][2025-03-12T19:53:27] InstallLocation = C:\Program Files (x86)\Microsoft Visual Studio\Installer
[3cc8:0001][2025-03-12T19:53:27] OfflineFilePath =
[3cc8:0001][2025-03-12T19:53:27] LayoutLocation =
[3cc8:0001][2025-03-12T19:53:27] ExecutableArguments = /finalizeInstall install --in "C:\ProgramData\Microsoft\VisualStudio\Packages\_bootstrapper\vs_setup_bootstrapper_202503121953275753.json" --locale en-US --activityId "b31df729-a153-4d49-bd36-b960a14e71f3" --campaign "2030:8c6ccd31841c41f3a3b1d763503baf0a"
[3cc8:0001][2025-03-12T19:53:27] OSVersion = Microsoft Windows NT 10.0.26100.0
[3cc8:0001][2025-03-12T19:53:27] Starting to detect the existing VS and .NET...
[3cc8:0001][2025-03-12T19:53:27] Finished detecting the existing VS and .Net
[3cc8:0006][2025-03-12T19:53:32] Authentication Environment variable setting value: null
[3cc8:0006][2025-03-12T19:53:32] Authenticate: True
[3cc8:001c][2025-03-12T19:53:32] Download requested: https://download.visualstudio.microsoft/download/pr/899aead0-b722-40d8-b248-7c049e34f7fc/8a11da1a9ad48b9109532f730035230a/latestinstaller.json
[3cc8:001d][2025-03-12T19:53:32] Attempting download 'https://download.visualstudio.microsoft/download/pr/899aead0-b722-40d8-b248-7c049e34f7fc/8a11da1a9ad48b9109532f730035230a/latestinstaller.json' using engine 'WebClient'
[3cc8:001d][2025-03-12T19:53:42] WebClient error 'RequestCanceled' with 'https://download.visualstudio.microsoft/download/pr/899aead0-b722-40d8-b248-7c049e34f7fc/8a11da1a9ad48b9109532f730035230a/latestinstaller.json' - GetWebResponse failed along with a cancellation request
[3cc8:001d][2025-03-12T19:53:42] Warning: Failed to update the latest installer feed The operation was canceled.
[3cc8:0006][2025-03-12T19:53:42] Latest installer feed not found in cache.
[3cc8:0006][2025-03-12T19:53:42] Existing client is unsupported: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe does not exist.
[3cc8:0006][2025-03-12T19:53:42] Beginning file download. File = https://aka.ms/vs/17/release/installer.
[3cc8:001c][2025-03-12T19:53:43] Download requested: https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc
[3cc8:0018][2025-03-12T19:53:43] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'WebClient'
[3cc8:0018][2025-03-12T19:54:04] WebClient error 'ConnectFailure' - proxy setting 'Default' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:54:25] WebClient error 'ConnectFailure' - proxy setting 'DefaultCredentialsOrNoAutoProxy' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:54:46] WebClient error 'ConnectFailure' - proxy setting 'NetworkCredentials' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:55:07] WebClient error 'ConnectFailure' - proxy setting 'DirectAccess' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:55:07] WebClient failed in 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' with 'Unable to connect to the remote server' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:55:07] Error 0x80131509: WebClientEngine failed attempting to download https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc from 93.184.215.201.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
[3cc8:0018][2025-03-12T19:55:07] Download failed using WebClient engine. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 93.184.215.201:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0018][2025-03-12T19:55:07] Sleeping 5000 milliseconds before retrying download.
[3cc8:0018][2025-03-12T19:55:12] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'Bits'
[3cc8:0018][2025-03-12T19:57:12] Canceling job 'VsBitsDownloadJob - -2076775914'.
[3cc8:0018][2025-03-12T19:57:12] Download failed using Bits engine. System.TimeoutException: Timeout reached for job VsBitsDownloadJob - -2076775914 whilst in state BG_JOB_STATE_TRANSIENT_ERROR
at Microsoft.VisualStudio.Setup.Download.Bits.BitsJob.WaitForCompletion(ProgressUpdateCallback callback, CancellationToken cancellationToken)
at Microsoft.VisualStudio.Setup.Download.Bits.BitsEngine.DownloadCore(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0018][2025-03-12T19:57:12] Sleeping 10000 milliseconds before retrying download.
[3cc8:0018][2025-03-12T19:57:22] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'WinInet'
[3cc8:0018][2025-03-12T19:57:43] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:57:43] WinInet error 'UnknownError' Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029 - proxy setting 'DefaultCredentialsOrNoAutoProxy' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:58:04] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:04] WinInet error 'UnknownError' Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029 - proxy setting 'DirectAccess' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0018][2025-03-12T19:58:25] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:25] WinInet failed 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' with 'Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029'.
[3cc8:0018][2025-03-12T19:58:25] Download failed using WinInet engine. Microsoft.VisualStudio.Setup.Download.WrappedWebException: Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029
at Microsoft.VisualStudio.Setup.Download.WinInet.WinInetEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0006][2025-03-12T19:58:25] Error 0x80072efd: Failed to download. Error : Function: InternetOpenUrl, HR: -2147012867, Message: Unknown error 12029
at Microsoft.VisualStudio.Setup.Download.WinInet.WinInetEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0006][2025-03-12T19:58:30] Beginning file download. File = https://aka.ms/vs/17/release/installer.
[3cc8:0021][2025-03-12T19:58:30] Download requested: https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc
[3cc8:0022][2025-03-12T19:58:30] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'WebClient'
[3cc8:0022][2025-03-12T19:58:51] WebClient error 'ConnectFailure' - proxy setting 'Default' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0022][2025-03-12T19:59:12] WebClient error 'ConnectFailure' - proxy setting 'DefaultCredentialsOrNoAutoProxy' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0022][2025-03-12T19:59:33] WebClient error 'ConnectFailure' - proxy setting 'NetworkCredentials' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0022][2025-03-12T19:59:54] WebClient error 'ConnectFailure' - proxy setting 'DirectAccess' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0022][2025-03-12T19:59:54] WebClient failed in 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' with 'Unable to connect to the remote server' - 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc'.
[3cc8:0022][2025-03-12T19:59:54] Error 0x80131509: WebClientEngine failed attempting to download https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc from 93.184.215.201.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
[3cc8:0022][2025-03-12T19:59:54] Download failed using WebClient engine. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 93.184.215.201:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.GetWebResponse(Uri uri, DownloadContext downloadContext, DownloadSummary& downloadSummary, HttpWebRequest& webRequest, String& remoteAddress, CancellationToken cancellationToken, Int64 bytesOffset)
at Microsoft.VisualStudio.Setup.Download.WebClientEngine.DownloadCore(Uri uri, Stream stream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0022][2025-03-12T19:59:54] Sleeping 5000 milliseconds before retrying download.
[3cc8:0022][2025-03-12T19:59:59] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'Bits'
[3cc8:0022][2025-03-12T20:01:59] Canceling job 'VsBitsDownloadJob - -2076775914'.
[3cc8:0022][2025-03-12T20:01:59] Download failed using Bits engine. System.TimeoutException: Timeout reached for job VsBitsDownloadJob - -2076775914 whilst in state BG_JOB_STATE_CONNECTING
at Microsoft.VisualStudio.Setup.Download.Bits.BitsJob.WaitForCompletion(ProgressUpdateCallback callback, CancellationToken cancellationToken)
at Microsoft.VisualStudio.Setup.Download.Bits.BitsEngine.DownloadCore(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.DownloadWithBitRate(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadEngineBase.Download(Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Download.DownloadManager.DownloadWithRetry(IDownloadEngine[] engines, Uri uri, Stream outputStream, ProgressUpdateCallback progress, CancellationToken cancellationToken, DownloadContext downloadContext, Boolean verifySignature)
[3cc8:0022][2025-03-12T20:01:59] Sleeping 10000 milliseconds before retrying download.
[3cc8:0022][2025-03-12T20:02:09] Attempting download 'https://download.visualstudio.microsoft/download/pr/9b2a4ec4-2233-4550-bb74-4e7facba2e03/2ACFA9EA0DD65A935CF38C714E445B96ED416EB544ED9D4332244E044827A428/vs_installer.opc' using engine 'WinInet'
[3cc8:0022][2025-03-12T20:02:30] Error in 'InternetOpenUrl' with '12029' - 'Unknown error 12029'.
[3cc8:0006][2025-03-12T20:02:30] User Cancelled Download
[3cc8:0006][2025-03-12T20:02:30] Bootstrapper cancelled.
I suspect some certificate issue or some background service(s) are not present or not running but no idea which one is that.
I need suggestions to find the reason of the problem. Thanks in advance.
Share Improve this question asked Mar 15 at 13:22 Ozan BAYRAMOzan BAYRAM 2,9011 gold badge29 silver badges39 bronze badges1 Answer
Reset to default 0This was just a silly of me. I was having an extra line of "93.184.215.201 download.visualstudio.microsoft
" which is not commented in "C:\Windows\System32\drivers\etc\hosts
" file. After commenting out and running "ipconfig /flushdns
" command problem is solved.