-
Home
-
Partition Manager
- How to Repair Visual Studio 2022 Installation Error on Windows 10
By Cici |
Last Updated
Visual Studio is an integrated development environment (IDE) used to develop computer programs, websites, mobile apps, etc. However, some people encounter the Visual Studio 2022 installation error when installing it. How to repair Visual Studio 2022 installation error? Here, MiniTool Partition Wizard will tell you that.
I’ve been unable to install Visual Studio Professional 2022 – I get the “preparing the installer” dialog, which appears to download and update the installer, then the window disappears and the main Visual Studio installer never appears.https://docs.microsoft.com/
Why are some Windows 10 users unable to install Visual Studio 2022? The Visual Studio installation error may be caused by various reasons such as corrupted system files, disk errors, etc. So, how to repair Visual Studio 2022 installation error? There are three methods below, and you can choose one of them to solve this problem.
Method 1: Disable Third-Party Antivirus Programs Temporarily
Sometimes, third-party antivirus programs may block the installation of certain applications to protect your PC from potential threats. In this case, disabling or removing third-party antivirus programs may repair the Visual Studio 2022 installation error on Windows 10.
If you use Windows 10’s built-in Windows Security, you can also disable antivirus by following this post “How to Disable Antivirus on Windows 10”. But before that, you should make sure the Visual Studio application you want to install is safe.
Method 2: Run an SFC Scan
The installation error might be caused by corrupt system files, so how to repair Visual Studio 2022 installation error? The second method is to use the SFC (System File Checker) tool to scan and fix your system files. How to do that? Here is the complete guide:
Step 1: Press the Win + S key, and type cmd in the search box. Then, right-click Command Prompt and choose Run as administrator.
Step 2: Type sfc /scannow in the elevated Command Prompt and press the Enter key.
After that, the corrupt system files will be found and replaced. Then, you can try to install Visual Studio 2022 again to check if the error is fixed.
Method 3: Check Disk
If the disk you want to use to install Visual Studio 2022 has errors, it may trigger the Visual Studio 2022 installation error. In this case, you can try to run Windows inbuilt CHKDSK utility to scan and fix the hard disk. Here is how to do that:
Step 1: Follow Step 1 in Method 2 to open Command Prompt.
Step 2: Type chkdsk *:/r and press the Enter key. Then, the CHKDSK utility will automatically start scanning and fixing your hard disk. (* is the drive letter of the hard drive.)
Tip: Both chkdsk /f and chkdsk /r commands can fix hard disk errors, but chkdsk /r can detect and locate bad sectors on the drive.
If you check the system drive, you will see the message “CHKDSK cannot run because the volume is in use by another process.” Please type Y and press Enter to schedule your scan the next time the system restarts. Then, exit Command Prompt and restart your PC to scan and fix your hard disk.
Once done, install Visual Studio 2022 to see if the Visual Studio installation error is fixed.
That’s all about how to repair Visual Studio 2022 installation error on Windows 10. Do you have any questions about this topic? Please leave them in the comment zone and we will try to answer them as soon as possible.
About The Author
Position: Columnist
Cici is a skilled author in disk management and Windows settings. With her extensive knowledge and experience, she effortlessly navigates the intricate world of organizing and optimizing computer storage. But Cici’s passion extends beyond the realm of technology; she’s an avid traveler who finds joy in exploring new destinations and immersing herself in diverse cultures. With her unique blend of technical expertise and wanderlust, Cici brings a fresh perspective to both the digital and physical worlds.
I have downloaded visual studio installer from «https://visualstudio.microsoft.com/downloads/»
once its downloaded the installer file, when I click on install it says «Getting visual studio installer ready» and nothing happens after that. my internet connection is good and able to browse and download other files.
Tried this solution as well https://learn.microsoft.com/en-us/answers/questions/216897/visual-studio-2019-error-unable-to-download-instal.html and also tried after restarting machine. still having the same problem. you can find the screenshot for more information.
can anyone suggest what could be the issue. thanks
I could find the following log
[5/11/2022, 16:53:28] === Logging started: 2022/05/11 16:53:28 ===
[5/11/2022, 16:53:28] Executable: C:\Users{username}\Downloads\vs_Community.exe v15.9.28307.1974
[5/11/2022, 16:53:28] — logging level: standard —
[5/11/2022, 16:53:28] Directory ‘C:\Users{username}\AppData\Local\Temp\481074b13093fff3a2’ has been selected for file extraction
[5/11/2022, 16:53:28] Extracting files to: C:\Users{username}\AppData\Local\Temp\481074b13093fff3a2
[5/11/2022, 16:53:28] Extraction took 265 milliseconds
[5/11/2022, 16:53:28] Executing extracted package: ‘vs_bootstrapper_d15\vs_setup_bootstrapper.exe ‘ with commandline ‘ —env «_SFX_CAB_EXE_PACKAGE:C:\Users{username}\Downloads\vs_Community.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users{username}\Downloads»‘
[5/11/2022, 16:55:43] The entire Box execution exiting with result code: 0x0
[5/11/2022, 16:55:43] Launched extracted application exiting with result code: 0x138c
[5/11/2022, 16:55:43] === Logging stopped: 2022/05/11 16:55:43 ===
asked May 11, 2022 at 11:12
PMC KarurPMC Karur
1352 gold badges3 silver badges10 bronze badges
in your host file(C:\Windows\System32\drivers\etc\hosts) insert this line and enjoy
93.184.215.201 download.visualstudio.microsoft.com
answered May 11, 2022 at 16:22
tapos ghoshtapos ghosh
2,12423 silver badges37 bronze badges
1
There is currently an issue with Microsoft’s Installer Backend.
Have a look here for the Microsoft ticket.
answered May 11, 2022 at 11:39
MichelZMichelZ
4,2145 gold badges30 silver badges35 bronze badges
0
I had this problem when trying to install VS 2022 in a virtual machine. Later on ended up in getting an offline layout of the whole installer into a folder in host machine.
Try the below command to create an offline installer in the disk.
VisualStudioSetup.exe --layout C:\VSLayout --add Microsoft.VisualStudio.Workload.Azure --add Microsoft.VisualStudio.Workload.ManagedDesktop --includeRecommended --includeOptional
You will get the whole installer in a folder such as shown below.
Refer this link for more options.
answered Jun 24, 2022 at 19:52
MNSMNS
1,35415 silver badges26 bronze badges
Try to turn off windows firewall and relaunch the visual studio installer, it works for me.
answered May 19, 2022 at 22:53
1
Question
Issue: How to fix Visual Studio 2022 installation error in Windows?
Hello. I tried installing Visual Studio 2022 on my Windows 10 computer but after installation, I get the error: “Couldn’t install Microsoft.NetCore.HostPath.” Are there any solutions?
Solved Answer
Microsoft Visual Studio is an IDE (integrated development environment)[1] made by Microsoft and used for different types of software development such as computer programs, websites, web apps, web services, and mobile apps. Visual Studio supports 36 different programming languages including C, C++, C++/CLI, Visual Basic .NET, C#, F#, JavaScript, TypeScript, XML, XSLT, HTML, and CSS. Support for other languages is available via plug-ins.
Using Visual Studio programmers can:
- Navigate, write, and fix your code fast
- Debug, profile, and diagnose problems
- Write code with testing tools.
- Use version control, and collaborate efficiently
As of 8 November 2021, the current production-ready Visual Studio version is 2022, with older versions such as 2013 and 2015 on Extended Support, and 2017 and 2019 on Mainstream Support.[2] However, some users have experienced issues when trying to install the latest Visual Studio version. Many of them receive installation errors, such as “Couldn’t install Microsoft.NetCore.HostPath.”
There are many possibilities of what could be causing this error, so we recommend using a repair tool like FortectMac Washing Machine X9 that can fix underlying Windows problems such as various system errors, BSoDs,[3] registry issues, and corrupted files automatically. By using it, you may also avoid a lengthy troubleshooting process.
If you are ready to begin the troubleshooting, please follow the guide carefully step-by-step:
Method 1. Disable Third-Party Antivirus Software
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
Some security programs might be conflicting with your applications, mistakenly perceiving some files as insecure. Thus, it is known that removing or disabling AV software helped some users when trying to install Visual Studio 2022.
- Right-click the antivirus icon and select Disable
- You can also double-click the antivirus icon and look for a Disable option there
- Or you can open your antivirus program and click trust this project button on the blocked processes page
Method 2. Run SFC
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
Use Command Prompt commands to repair system file corruption:
- Open Command Prompt as administrator
- Use the following command and press Enter:
sfc /scannow
- Reboot your system
- If SFC returned an error, then use the following command lines, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Method 3. Check Disk
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
- Ensure that your disk is not damaged. You can perform checks using Administrative Command Prompt:
- If you are using an HDD as your main driver (where your operating system is installed – C: by default), use the following command and press Enter:
chkdsk c: /f - If you are using SSD, use this command:
chkdsk c: /f /r /x
- If you receive an error, type in Y and hit Enter
- Restart your device to perform the check
Method 4. Repair Visual Studio
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
- Find the Visual Studio Installer on your computer
- In the Visual Studio Installer, look for the installation of Visual Studio that you want to repair. Then choose Repair from the More dropdown menu
Method 5. Modify the Execution Policy
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
Some users found that the PowerShell execution policy set to AllSigend by GPO was causing the installation. Modify (or make your Admin modify) the execution policy to RemoteSigned following these steps:
- Type Set-ExecutionPolicy RemoteSigned to set the policy to RemoteSigned
You can use the GPUpdate command to force the update:
- Press Windows key + X or right-click on the start menu
- Select Windows PowerShell or Command Prompt
- Type gpupdate /force and press enter
- Wait for the Computer and User policy to update
- Reboot your computer
- Try installing Visual Studio
Method 6. Install a Certificate for the PowerShell Script
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
- The PowerShell script is located at:
C:\\ProgramData\\Microsoft\\VisualStudio\\Packages\\Microsoft.NetCore.HostPath,version=17.0.32002.160,language=neutral,machinearch=x64\\dotnet-host-path.ps1
- To install the certificate, right-click on the script and select properties
- Select the Digital Signatures tab, select the signature and click details
- Click view certificate and then install certificate
- Install as current user and select Place all certificates in the following store and click browse
- Select the trusted publishers store, click OK, Next, and then Finish
- Try to install Visual Studio
Method 7. Reinstall Visual Studio
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
If you experience an error and cannot repair or uninstall Visual Studio, you can run the InstallCleanup.exe tool to remove installation files and product information for all installed instances of Visual Studio 2017, Visual Studio 2019, or Visual Studio 2022.
Use the InstallCleanup tool only as a last resort if repair or uninstall fails. This tool might uninstall features from other Visual Studio installations or other products, which then might also need to be repaired or reinstalled. You can use either of the following command-line switches with the InstallCleanup.exe
tool:
-i [version] | This switch is the default if no other switch is passed. It removes only the main installation directory and product information. Use this switch if you intend to reinstall the same version of Visual Studio after you run the InstallCleanup.exe tool. If a [version] value is specified, only products with a version that start with this string value will be removed. |
-f | This switch removes the main installation directory, product information, and most other features installed outside the installation directory, that might also be shared with other Visual Studio installations or other products. Use this switch if you intend to remove Visual Studio without reinstalling it later. |
- Close the Visual Studio Installer
- Type cmd in the search box
- Right-click Command Prompt, and then choose Run as administrator
- Enter the full path of the InstallCleanup.exe tool and add the command-line switch you prefer. By default, the path of the tool is as follows. The double quotes enclose a command containing spaces:
C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\InstallCleanup.exe
- For example, use the switch -i 17 with InstallCleanup.exe to remove all 17 versioned products
- Rerun the Visual Studio Installer bootstrapper. You might find the bootstrapper in your Downloads folder with a file name that matches a vs_[Visual Studio edition]__*.exe pattern. Or, you can download the bootstrapper for your edition of Visual Studio from the Visual Studio downloads page.
- Try to reinstall Visual Studio
Method 8. Contact Support
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Fortect Mac Washing Machine X9.
If the solutions listed in this guide do not help you successfully install Visual Studio, use Microsoft’s live chat support option for further assistance.
Repair your Errors automatically
ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don’t want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:
do it now!
Download Fix
Happiness
Guarantee
do it now!
Download Fix
Happiness
Guarantee
Compatible with Microsoft Windows
Compatible with OS X
Still having problems?
If you failed to fix your error using FortectMac Washing Machine X9, reach our support team for help. Please, let us know all details that you think we should know about your problem.
Fortect — a patented specialized Windows repair program. It will diagnose your damaged PC. It will scan all System Files, DLLs and Registry Keys that have been damaged by security threats.Mac Washing Machine X9 — a patented specialized Mac OS X repair program. It will diagnose your damaged computer. It will scan all System Files and Registry Keys that have been damaged by security threats.
This patented repair process uses a database of 25 million components that can replace any damaged or missing file on user’s computer.
To repair damaged system, you have to purchase the licensed version of Fortect malware removal tool.To repair damaged system, you have to purchase the licensed version of Mac Washing Machine X9 malware removal tool.
Private Internet Access is a VPN that can prevent your Internet Service Provider, the government, and third-parties from tracking your online and allow you to stay completely anonymous. The software provides dedicated servers for torrenting and streaming, ensuring optimal performance and not slowing you down. You can also bypass geo-restrictions and view such services as Netflix, BBC, Disney+, and other popular streaming services without limitations, regardless of where you are.
Malware attacks, particularly ransomware, are by far the biggest danger to your pictures, videos, work, or school files. Since cybercriminals use a robust encryption algorithm to lock data, it can no longer be used until a ransom in bitcoin is paid. Instead of paying hackers, you should first try to use alternative recovery methods that could help you to retrieve at least some portion of the lost data. Otherwise, you could also lose your money, along with the files. One of the best tools that could restore at least some of the encrypted files – Data Recovery Pro.
Question asked by:
Maline T.
Issue:
I get an error while installing Visual Studio 2022 in Windows
Hello everyone, I attempted to install Visual Studio 2022 on my Windows 10 64-bit company PC, where I currently use VS 2019, but I received the problem «Couldn’t install Microsoft.NetCore.HostPath.» during installation. Since our solution has been upgraded to.NET 6.0, I require Visual Studio 2022. Does anyone have any solutions for this error?
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
Microsoft Visual Studio is a Microsoft IDE (integrated development environment) that may be used to create a variety of applications, including computer programs, websites, web apps, online services, and mobile apps. C, C++, C++/CLI, Visual Basic.NET, C#, F#, JavaScript, TypeScript, XML, XSLT, HTML, and CSS are among the 36 programming languages supported by Visual Studio. Plug-ins are available to support various languages.
Programmers that use Visual Studio may do the following:
- Quickly navigate, write, and correct your code
- Troubleshoot, profile, and diagnose issues
- Use testing tools to write code.
- Use version control to keep track of changes and cooperate more effectively.
The most recent production-ready Visual Studio version is 2022, with previous versions like as 2013 and 2015 on Extended Support and 2017 and 2019 on Mainstream Support as of November 8, 2021. However, some users have reported problems installing the most recent Visual Studio version. Many of them get error messages like Couldn’t install Microsoft.NetCore.HostPath.
What is the Visual Studio 2022 Installation Error in Windows?
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
Visual Studio 2022, as we all know, is now generally available with a slew of new and better features. However, it is currently only accessible for 64-bit Windows PCs, with a preview version for Mac OS still available.
Because of additional features, including as simple work with huge and complicated workloads, Visual Studio 2022 is regarded the finest version of Visual Studio yet.
We will be rid of out-of-memory issues, and it will also be more active and responsive. Type Less, Code More with IntelliCode, according to Microsoft, is an insider code editor with sophisticated automated code completion features and comprehension capabilities. All three versions of Visual Studio 2022 are now publicly available: Community, Professional, and Enterprise.
Method 1: Disable Third-Party Antivirus Software
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
- Some security systems may be incompatible with your apps, incorrectly identifying some files as vulnerable. As a result, it is known that uninstalling or disabling antivirus software assisted certain users in installing Visual Studio 2022.
- Disable the antivirus.
- Then open the antivirus program and check the blocked processes.
- Click on the trust this project option.
Method 2: Run SFC
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
- Go to the Command Prompt and run it as administrator
- Type the command:
sfc /scannow. - Press Enter.
- Reboot.
- If SFC returned an error, try entering the following: Make sure to enter another command after the other.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Method 3: Run Check Disk Command
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
- Make sure your disk isn’t broken. Administrative Command Prompt can be used to run checks:
- Use the following command and click Enter if you’re using an HDD as your main driver (where your operating system is installed – C: by default):
- chkdsk c: /f
- Use this command if you’re using SSD:
- chkdsk c: /f /r /x
- If you get an error, write Y and press Enter.
- To run the test, restart your device.
Method 4: Repair Visual Studio
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
- On your PC, look for the Visual Studio Installer.
- Look for the Visual Studio installation that you wish to restore in the Visual Studio Installer. Then, from the More dropdown box, select Repair.
Method 5: Modify the Execution Policy
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
The installation was caused by the PowerShell execution policy set to AllSigend via GPO, according to certain users. Modify the execution policy to RemoteSigned (or have your Admin do it) by following these steps:
- Open PowerShell in Windows.
- To set the policy to RemoteSigned, use Set-ExecutionPolicy RemoteSigned.
- To force the update, use the GPUpdate command:
- press Windows key + X.
- Windows PowerShell or Command Prompt.
- Enter the command gpupdate /force.
- Wait for the Computer and User policies to be updated before proceeding.
- Start your computer again.
- Install Visual Studio and see what happens.
Method 6: Install a Certificate for the PowerShell Script.
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
- Go to this in order to locate PowerShell
C:\\ProgramData\\Microsoft\\VisualStudio\\Packages\\Microsoft.NetCore.HostPath,version=17.0.32002.160,language=neutral,machinearch=x64\\dotnet-host-path.ps1
Then install certificate
Right-click script and then choose Properties.
Go to the Signatures tab, select the signature and click details
- Choose view certificate.
- Install certificate.
- Install as current user and select Place all certificates in the following store and click browse.
- Click OK, Next, and then Finish.
- Try to install Visual Studio.
Method 7: Reinstall Visual Studio
- Remove the Visual Studio Installer from your computer.
- In the search box, type cmd.
- Choose Run as administrator from the context menu when you right-click Command Prompt.
- Add the command-line switch you wish to the full path of the InstallCleanup.exe utility.
C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\InstallCleanup.exe
- Run the bootstrapper for Visual Studio Installer again.
- The bootstrapper may be found in your Downloads folder with a file name that matches the pattern vs [Visual Studio edition] *.exe.
Method 8: Contact Support
Fix It Now
iolo System Mechanic will optimize your current system & scan other possible hardware & software issues. Purchase of a full license may be required for 100% fix.
Last Word
The Best PC Tips team is doing all possible to assist people in locating the finest solutions for resolving their difficulties. Please utilize the automatic program if you do not want to battle with manual repair approaches. Our pros have tried and approved all of the goods we recommend. The following are some tools that you can use to fix your Visual Studio 2022 installation error in Windows.
Offer
iolo System Mechanic® — is a patented PC & MAC repair tool & the only program of its kind. Not only it’s a registry fix, PC optimizer, or an anti-virus/malware remover – The iolo System Mechanic® technology reverses the damage done to Windows or Mac, eliminating the need for time-consuming reinstallations & costly technician bills.
It is available for FREE. Although, for some more advanced features & 100% effective fixes you may need to purchase a full license.
If the Visual Studio 2022 installation error is still not fixed — don’t hesitate and contact us via email, or a Facebook messenger (the blue ‘bubble’ on the bottom-right of your screen).
About the author
Ian Lexner
— PC & Mac repair expert
Ian is the editor on BestPCTips.com. He has been involved with PCs since he was a teenager.
He has experience in software development, computer hardware, virus removals & other security stuff.
Currently, his main job and hobby, at the same time, is to help others to deal with various computer-related issues. Whether it’s viruses, spyware, all sorts of errors and «bugs» — Ian and BestPCTips.com are here to help.
Offer
iolo System Mechanic® — is a patented PC & MAC repair tool & the only program of its kind. Not only it’s a registry fix, PC optimizer, or an anti-virus/malware remover – The iolo System Mechanic® technology reverses the damage done to Windows or Mac, eliminating the need for time-consuming reinstallations & costly technician bills.
It is available for FREE. Although, for some more advanced features & 100% effective fixes you may need to purchase a full license.
If the Visual Studio 2022 installation error is still not fixed — don’t hesitate and contact us via email, or a Facebook messenger (the blue ‘bubble’ on the bottom-right of your screen).
Auto-Fix Visual Studio 2022 Installation Error
0 / 0 / 0 Регистрация: 14.09.2022 Сообщений: 2 |
|
1 |
|
VS 2022 14.09.2022, 16:07. Показов 14193. Ответов 16
На голый ноут хочу поставить VS, но установщик не скачивает необходимые файлы, после ожидания просит проверить подключение к интернету и повторить позднее. Как фиксить?
0 |
Programming Эксперт 94731 / 64177 / 26122 Регистрация: 12.04.2006 Сообщений: 116,782 |
14.09.2022, 16:07 |
16 |
Модератор 3919 / 3240 / 486 Регистрация: 27.01.2014 Сообщений: 5,924 |
|
14.09.2022, 17:11 |
2 |
StepAnus, Какая ОС на ноуте, обновления системы так же должны быть установлены последние.
0 |
2203 / 2137 / 470 Регистрация: 17.02.2019 Сообщений: 3,563 |
|
14.09.2022, 17:24 |
3 |
Вчера заметил что Visual Studio Installer долго думал, подумал плохое случилось, но у вы потом очнулся показал обновы. Ну и VS2022 долго там качал, а VS2019 влет установил. Может чет у них там. StepAnus,
1 |
0 / 0 / 0 Регистрация: 14.09.2022 Сообщений: 2 |
|
14.09.2022, 18:06 [ТС] |
4 |
С линукса перешел на десятку, все обновления установлены Добавлено через 1 минуту
0 |
2203 / 2137 / 470 Регистрация: 17.02.2019 Сообщений: 3,563 |
|
14.09.2022, 18:25 |
5 |
StepAnus, попробуйте через VPN какой нибудь.
0 |
Модератор 3919 / 3240 / 486 Регистрация: 27.01.2014 Сообщений: 5,924 |
|
14.09.2022, 18:25 |
6 |
Кстати, вышла обнова 17.3.4.
0 |
Модератор 3919 / 3240 / 486 Регистрация: 27.01.2014 Сообщений: 5,924 |
|
14.09.2022, 18:29 |
7 |
Через VPN получилось обновить VS Installer. Процесс пошел. Закончу, отпишусь ))
0 |
Модератор 3919 / 3240 / 486 Регистрация: 27.01.2014 Сообщений: 5,924 |
|
14.09.2022, 19:00 |
8 |
Ну все успешно. Но мне кажется дело не в VPN а в проблемах на самом сервере Microsoft.
0 |
2203 / 2137 / 470 Регистрация: 17.02.2019 Сообщений: 3,563 |
|
14.09.2022, 19:49 |
9 |
Но мне кажется дело не в VPN У меня c VPN писало что обновы не найдены. Отключил его посмотреть что будет, долго думал установщик но додумал и сказал обнова есть. Нажал кнопку чтоб все и началось VS22 долго крутило но обнова установилась. А вот следом VS19 полетела быстро. Это все вчера было, сейчас наверно доломали. Наверно чет у них там опять сервис полетел, такое уже было.
1 |
0 / 0 / 0 Регистрация: 02.09.2022 Сообщений: 1 |
|
14.09.2022, 20:45 |
10 |
Yury Komar, каким впном пользуешься, а то мой перестал работать?
0 |
2203 / 2137 / 470 Регистрация: 17.02.2019 Сообщений: 3,563 |
|
14.09.2022, 21:12 |
11 |
Опа исправили вроде инсталлятор быстро стал думать. StepAnus, попробуйте снова установить.
0 |
Модератор 3919 / 3240 / 486 Регистрация: 27.01.2014 Сообщений: 5,924 |
|
15.09.2022, 03:47 |
12 |
January29, Я VPN использовал в момент закачки VS Installer, так как на нем весь процесс рушился, а уже после, отключил прям в процессе обновления и напрямую сами обновления докачались, правда под конец очень долго, видимо, повторюсь, проблемы на самом сервере обновлений.
1 |
4 / 3 / 1 Регистрация: 15.06.2020 Сообщений: 42 |
|
23.10.2022, 19:39 |
13 |
Добавлено через 52 секунды Код 93.184.215.201 download.visualstudio.microsoft.com И все работает)
1 |
1008 / 668 / 168 Регистрация: 09.09.2011 Сообщений: 2,040 Записей в блоге: 2 |
|
01.11.2022, 23:40 |
14 |
Внезапно. Прямо сейчас проверил, а оно качается как в старые добрые времена.
1 |
0 / 0 / 0 Регистрация: 31.10.2022 Сообщений: 2 |
|
02.11.2022, 22:59 |
15 |
а у меня не работает(
0 |
6437 / 3969 / 1583 Регистрация: 09.05.2015 Сообщений: 9,297 |
|
03.11.2022, 12:52 |
16 |
Прямо сейчас проверил, а оно качается как в старые добрые времена. У меня как работало без проблем, так и работает…
0 |
1008 / 668 / 168 Регистрация: 09.09.2011 Сообщений: 2,040 Записей в блоге: 2 |
|
03.11.2022, 18:04 |
17 |
У меня как работало без проблем, так и работает… Рад за вас. Будем считать что регион благополучный.
0 |