Visual studio произошла неизвестная ошибка приносим свои извинения

This blog article shows you one of the ways to resolve the error “Sorry, something went wrong”. This method is to clean up the entire Visual Studio and you need to reinstall from scratch. Go to C:\Program Files (x86)\Microsoft Visual Studio\Installer folder. Type InstallCleanup.exe -f.

C:\Program Files (x86)\Microsoft Visual Studio\Installer>InstallCleanup.exe -f

After the command completed, you need to download the Visual Studio installer to re-install Visual Studio.

Reference: https://learn.microsoft.com/en-us/answers/questions/531554/sorry-something-went-wrong-visual-studio-installer.html

https://learn.microsoft.com/en-us/visualstudio/install/uninstall-visual-studio?view=vs-2022/?WT.mc_id=DP-MVP-36769

About chanmingman

Since March 2011 Microsoft Live Spaces migrated to WordPress (http://www.pcworld.com/article/206455/Microsoft_Live_Spaces_Moves_to_WordPress_An_FAQ.html) till now, I have is over 1 million viewers. This blog is about more than 50% telling you how to resolve error messages, especial for Microsoft products. The blog also has a lot of guidance teaching you how to get stated certain Microsoft technologies. The blog also uses as a help to keep my memory. The blog is never meant to give people consulting services or silver bullet solutions. It is a contribution to the community. Thanks for your support over the years.

Ming Man is Microsoft MVP since year 2006. He is a software development manager for a multinational company. With 25 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He has been using Visual Studio (.NET) since the Beta back in year 2000. He and the team have developed many projects using .NET platform such as SCM, and HR based applications. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.

I am getting an «Unknown Error» (shown below) alert when I try to launch Visual Studio 2017 Community after successful installation.

enter image description here

UPDATE: After Force uninstall & reinstallation

enter image description here

Wai Ha Lee's user avatar

Wai Ha Lee

8,60884 gold badges57 silver badges92 bronze badges

asked Mar 10, 2017 at 11:47

Ajay Jadhav's user avatar

10

remove this folder (or similar):

%LocalAppData%\Microsoft\VisualStudio\15.0_db2a872f

  • folder name 15.0_db2a872f could be different in your machine eg. 15.0_XXXXXXX
  • found in the vs startup log that processing of Progression_NativePackage_Component_x86.pkgdef bailed out, indicating an inconsistent extension installation

Sreekumar P's user avatar

Sreekumar P

5,91011 gold badges58 silver badges82 bronze badges

answered Mar 14, 2017 at 15:12

niclar's user avatar

niclarniclar

1,0527 silver badges2 bronze badges

7

I only had to rename(if you wan’t to back it up)/delete the following file:

privateregistry.bin

or

privateregistry.user.bin

depending on Visual Studio version.

%LocalAppData%\Microsoft\VisualStudio\15.0_********\privateregistry.bin

%LocalAppData%\Microsoft\VisualStudio\15.0_********\privateregistry.user.bin

After restarting Visual Studio 2017 you may need to activate Tools or Extensions again.

Community's user avatar

answered Mar 26, 2017 at 13:54

Bruno Bieri's user avatar

Bruno BieriBruno Bieri

9,75411 gold badges63 silver badges92 bronze badges

7

Please check if the machine has Symantec Workspace Virtualization Agent installed. Removing the product from add\remove programs fixed the unknown error while launching VS 2017.

Here is the detail of the product.
Product code: {785F9A4D-D113-43B3-AA1D-77AD777F0A2F}
Package code: {32DB9767-3EF7-465A-ADF2-7ECFD25ABC12}
Install date: 2015.05.21
Version: 6.4.1266
Publisher: Symantec

answered Mar 23, 2017 at 15:22

rathish rk's user avatar

rathish rkrathish rk

4144 silver badges8 bronze badges

I ran it as Admin and it somehow booted up just fine after that. I was getting the same error even after making sure that all packages and SDKs were installed until I ran it as admin.

Basically, just go to the shortcut in Start or to the .exe in the files, then right click it and run as Admin or change it in the properties. Tbh, it seems like a temporary fix and I’d actually like to know the real source of the problem, but for now, I don’t have to reinstall and repair over and over.

Same version: Visual Studio Community 2017 installed using the launcher

answered Mar 13, 2017 at 13:11

Sorral's user avatar

3

I have a same problem after update VS 2017 Enterprise to the build 26228.9.

Repair installation doesn’t fix anything. Still I got «Unknown error» message immediately after start VS2017.

Fixing is possible by removing this folder:

"C:\Users\USER_NAME\AppData\Local\Microsoft\VisualStudio\15.0_xxxxxxx"

where xxxxxxxx is some hexadecimal number.

BUT AFTER THAT YOU LOSE ALL SETTINGS that you done on your installation of VS 2017 (except product license key appliance).

Sorry that I must say this, but:

Maybe will be better stuck on the VS2015 for now. Because MS still not has really fully functional build of VS for now.

VS 2017 is still ready for first experimenting only and not for real work.

It is same story like a was when VS2015 has been published. (after several days stop working).

Neil's user avatar

Neil

14.1k3 gold badges30 silver badges51 bronze badges

answered Mar 16, 2017 at 14:33

Poke's user avatar

0

I fixed it the same way as niclar by deleting folder 15_.*. It does however appear that renaming privateregistry.bin has same effect with less trouble.

As mentioned by Torbjorn, ReSharper and other Extensions can mess up, however no reinstall required.

Merely go to Tools > Extensions and Updates… > Scroll through list of Installed Extensions > Enable those that should be enabled.

answered Apr 11, 2017 at 7:21

Emil L.'s user avatar

I have a side by side installation with VS2015. After opening and closing VS2015 once, VS2017 ist starting again normally. Strange but helped in my case.

answered May 15, 2017 at 8:17

martinoss's user avatar

martinossmartinoss

5,2782 gold badges45 silver badges53 bronze badges

I only needed to delete or rename ApplicationPrivateSettings.lock within C:\users{your username}\AppData\Local\Microsoft\VisualStudio\15.0_c31ecfb9 folder.

answered Jun 8, 2017 at 16:56

Nick Painter's user avatar

I was experiencing this issue with Visual Studio Professional
when not running as administrator. (It worked Ok as administrator)
I used Niclar’s solution of deleting the folders.

answered Jul 17, 2017 at 21:14

Kirsten's user avatar

KirstenKirsten

15.8k41 gold badges179 silver badges318 bronze badges

I found same issue after installing the extension and removing the folder «C:\Users\USER_NAME\AppData\Local\Microsoft\VisualStudio\15.0_xxxxxxx» solved my problem.

answered Sep 2, 2019 at 5:19

Roh8Stha's user avatar

1

you can rename the Solution Name and reopen the Project it solved for me after repairing the VS Installation

answered May 20, 2020 at 22:44

Mohamed Farrag's user avatar

Содержание

  1. Troubleshoot Visual Studio installation and upgrades
  2. Online installations / updates
  3. 1. Check whether the problem is a known issue
  4. 2. Try repairing Visual Studio
  5. 3. See what the developer community says about the error.
  6. 4. Delete the installer folder (update issues)
  7. 5. Report the problem to support
  8. 6. Remove all Visual Studio installation files
  9. 7. Rollback to a previous install
  10. 8. Contact our live chat
  11. 7. Contact our live chat
  12. Network layout or offline installations
  13. Administrator Updates
  14. Collect installation logs for Microsoft Support
  15. Problems installing WebView2
  16. Распространенные проблемы и обходные пути при установке Visual Studio
  17. Симптомы
  18. 0x80200010, 0x80072efe или 0x80072ee7 — проблема с подключением во время загрузки
  19. 0x80070005 – доступ запрещен.
  20. 0x80070643 – кэш установки или ISO-файл поврежден
  21. Ошибка при установке с помощью файла ISO или DVD-диска, который записан с помощью файла ISO
  22. Ошибка в ходе восстановления
  23. 0x800713ec – идет установка .NET Framework
  24. Ошибки установки нескольких компонентов отображаются при игнорировании предупреждения об обновлении сертификатов в Visual Studio 2013 и 2015

Troubleshoot Visual Studio installation and upgrades

Applies to: Visual Studio Visual Studio for Mac Visual Studio Code

Having a problem installing? We can help. We offer an installation chat (English only) support option.

This troubleshooting guide includes step-by-step instructions that should resolve most installation issues.

Online installations / updates

The following possible resolutions apply to a typical online installation. Try them in order.

1. Check whether the problem is a known issue

The first thing to check is whether or not the issue you are encountering is a known issue with the Visual Studio Installer that Microsoft is working on fixing.

To see if there’s a workaround for your problem, check the Known Issues section of our release notes.

To see if there’s a workaround for your problem, check the Known Issues section of our release notes.

2. Try repairing Visual Studio

Next, try to repair your installation. This solution fixes many common update issues. To learn how to repair, see Repair Visual Studio.

If repairing didn’t fix the issue, search for your error message in the Visual Studio Developer Community. Other members of the community might have found a solution or workaround to your problem.

4. Delete the installer folder (update issues)

If you encountered an issue when updating, try deleting the Visual Studio Installer folder, and then rerunning the installation bootstrapper can solve certain update failures. Doing so reinstalls the Visual Studio Installer files and resets the installation metadata.

  1. Close the Visual Studio Installer.
  2. Delete the Visual Studio Installer installation directory. Typically, the directory is C:Program Files (x86)Microsoft Visual StudioInstaller .
  3. Run the Visual Studio bootstrapper. The Visual Studio bootstrapper is a light-weight executable that initiates the install of the Visual Studio Installer and then the Visual Studio product itself. You might find the bootstrapper in your Downloads folder with a file name that follows a vs_[Visual Studio edition]__*.exe pattern. If you don’t find that application, you can download the bootstrapper by going to the Visual Studio older downloads page and clicking Download for your edition of Visual Studio. Then, run the executable to reset your installation metadata.
  4. Try to install or update Visual Studio again. If the Installer continues to fail, proceed to the Report a problem step.
  1. Close the Visual Studio Installer.
  2. Delete the Visual Studio Installer folder. Typically, the folder path is C:Program Files (x86)Microsoft Visual StudioInstaller .
  3. Run 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. Then, run the executable to reset your installation metadata.
  4. Try to install or update Visual Studio again. If the Visual Studio Installer continues to fail, proceed to the Report a problem step.

5. Report the problem to support

In some situations, such as when there are corrupted files, issues might require case-by-case troubleshooting. To help us help you, follow these steps:

  1. Collect your setup logs. See How to get the Visual Studio installation logs for details.
  2. Open the Visual Studio Installer, and then click Report a problem to open the Visual Studio Feedback tool.
  3. Give your problem report a title, and provide relevant details. Click Next to go to the Attachments section, and then attach the generated log file (typically, the file is at %TEMP%vslogs.zip ).
  4. Click Next to review your problem report, and then click Submit.
  1. Collect your setup logs. See How to get the Visual Studio installation logs for details.
  2. Open the Visual Studio Installer, and then choose Report a problem to open the Visual Studio Feedback tool.
  3. Give your problem report a title, and provide the relevant details. The most recent setup log for the Visual Studio Installer is automatically added to the Additional attachments section of your problem report.
  4. Choose Submit.

6. Remove all Visual Studio installation files

As a last resort, you can remove all Visual Studio installation files and product information:

  1. Follow the steps in this article: Remove Visual Studio page.
  2. 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.
  3. Try to reinstall Visual Studio.

7. Rollback to a previous install

Before you try to rollback, learn more about the rollback feature in Visual Studio.

Rollback may be disabled or your rollback attempt may be undone if you’re in an organization that has security compliance or software updating requirements. Contact your IT Administrator for further details.

If none of the previous steps helped you successfully upgrade Visual Studio, you can try to rollback to your previously installed version. Since Visual Studio 2022 version 17.4, you can rollback to your previously installed version if:

  • You haven’t installed from a layout.
  • Your original version was on the Current channel version 17.1.7 or higher, or on the 17.0 Fall 2021 LTSC channel 17.0.10 or higher.

You can rollback to your previously installed version by using the Visual Studio Installer or by using the command line.

To rollback using the Visual Studio Installer:

  1. Launch the Visual Studio Installer on your computer.
  2. In the installer, look for the edition of Visual Studio that you installed.
  3. Choose More.
  4. Choose Rollback to previous version.
  5. Select OK to confirm your choice.

8. Contact our live chat

If none of the previous steps help you successfully install or upgrade Visual Studio, contact us by using our live chat support option (English only) for further assistance.

7. Contact our live chat

If none of the previous steps help you successfully install or upgrade Visual Studio, contact us by using our live chat support option (English only) for further assistance.

Network layout or offline installations

Administrator Updates

Administrator updates may not be applied correctly due to a variety of situations. Refer to the Administrator updates troubleshooting error codes for further information.

Collect installation logs for Microsoft Support

If you contact Microsoft Support, you might be asked to collect setup logs by using the Microsoft Visual Studio and .NET Framework log collection tool. The log collection tool collects setup logs from all components installed by Visual Studio, including .NET Framework, Windows SDK, and SQL Server. It also collects computer information, a Windows Installer inventory, and Windows event log information for the Visual Studio Installer, Windows Installer, and System Restore.

To collect the logs:

Open an administrative command prompt.

Run Collect.exe in the folder where you saved the tool.

The tool must be run under the same user account that the failed installation was run under. If you are running the tool from a different user account, set the –user: option to specify the user account under which the failed installation was run. Run Collect.exe -? from an administrator command prompt for additional options and usage information.

The tool generates a vslogs.zip file in your %TEMP% folder, typically at C:UsersYourNameAppDataLocalTempvslogs.zip .

Problems installing WebView2

If your organization’s Group policies block the installation of the WebView2 component, you won’t be able to install Visual Studio since the installer requires WebView2 to be installed. If this happens, check these policies:

  • If the Microsoft Edge ‘Install (WebView)’ is configured, it determines whether WebView2 can be installed.
  • If the Microsoft Edge ‘Install (WebView)’ policy is not configured, the Microsoft Edge ‘InstallDefault’ policy determines whether WebView2 can be installed.

If neither policy is configured, WebView2 installation is allowed by your organization.

Источник

Эта статья поможет устранить проблемы, которые возникают при установке Microsoft Visual Studio.

Исходная версия продукта: Visual Studio 2012, Visual Studio 2013, Visual Studio 2015
Оригинальный номер базы знаний: 2899270

Симптомы

Visual Studio не удается установить, и отображается сообщение с одной из следующих ошибок:

Если проблемы, с которыми вы столкнулись во время установки Visual Studio, здесь не перечислены, ознакомьтесь с разделом Дополнительные сведения для получения помощи.

Для устранения этих проблем используйте один или несколько из указанных ниже способов:

0x80200010, 0x80072efe или 0x80072ee7 — проблема с подключением во время загрузки

Обычно эти ошибки появляются в том случае, если у установщика Visual Studio возникают проблемы, влияющие на подключение к Интернету во время загрузки необходимых компонентов. Если вы получили одно из этих сообщений об ошибке, попробуйте повторно установить Visual Studio после улучшения качества соединения. Если ошибка не устранена, переходите к следующему способу.

Установка Visual Studio из другого источника. Например, если вы установили Visual Studio с сайта VisualStudio.com или из Центра загрузки Майкрософт, попробуйте загрузить Visual Studio на веб-узле MSDN.

Установите Visual Studio с помощью переключателя layout или ISO-файла. Дополнительную информацию о том, как это сделать, см. в разделе Установка Visual Studio 2015.

0x80070005 – доступ запрещен.

Эта ошибка возникает, если Visual Studio не может получить доступ к одному или нескольким необходимым файлам установки. Эта проблема может возникнуть по одной из следующих причин:

Внешний процесс, например приложение для защиты от вирусов или вредоносных программ, заблокировал файл установки Visual Studio в то время, как Visual Studio пытается установить этот файл. Чтобы устранить эту проблему, свяжитесь с вашим системным администратором или другим ИТ-специалистом для отключения блокировки файлов Visual Studio этими процессами.

Пользователь, пытающийся установить Visual Studio, не обладает правами администратора на данном компьютере. Чтобы установить Visual Studio, необходимо войти в систему с правами администратора.

Разрешения на доступ к некоторым кустам реестра могут помешать успешной установке Visual Studio. Для устранения этой проблемы ознакомьтесь с разделом Устранение ошибок установки с помощью инструмента SubInACL.

0x80070643 – кэш установки или ISO-файл поврежден

Эта ошибка обычно возникает при повреждении файла, связанного с процессом установки. Данная ошибка может возникать при установке Visual Studio с помощью ISO-файла или DVD-диска, записанного с помощью ISO-файла. Эта ошибка также может возникать во время восстановления Visual Studio.

Ошибка при установке с помощью файла ISO или DVD-диска, который записан с помощью файла ISO

При установке Visual Studio с помощью ISO-файла или использовании DVD-диска, который был записан с помощью ISO-файла, этот файл может быть поврежден во время процесса загрузки. Если у вас установлено средство проверки целостности контрольной суммы файлов Майкрософт, используйте это средство, чтобы проверить, поврежден ли ISO-файл, выполнив следующие действия:

В окне командной строки введите указанную ниже команду и нажмите клавишу ВВОД.

В этой команде <> — это папка, в которую были извлечены файлы, а ISO_NAME — путь к ISO-файлу Visual Studio. Дополнительную информацию см. в файле ReadMe.htm в каталоге извлечения.

Убедитесь, что значение алгоритма SHA-1, возвращенное средством проверки контрольной суммы файла, совпадает с ожидаемым значением. Для определения ожидаемого значения необходимо проверить папку, в которую был скачан файл ISO.

Значение алгоритма SHA-1 отличается для каждого из источников загрузки.

Если вы скачали ISO-файл с сайта MSDN, значение алгоритма SHA-1 для каждого ISO-файла приведено в разделе Сведения.

Если вы скачали ISO-файл из Центра загрузки, вы можете найти значение алгоритма SHA-1, развернув раздел Инструкции по установке на странице продукта.

Если ожидаемое значение алгоритма SHA-1 не совпадает с возвращенным из средства проверки контрольной суммы, значит, ISO-файл был поврежден. В таком случае необходимо удалить и повторно скачать файл.

Если вы получили ISO-файл с DVD-диска, вы можете попробовать скачать веб-установщик Visual Studio или ISO-файл с сайта MSDN или из Центра загрузки Майкрософт, а затем повторите установку.

Если вы приобрели DVD-диск в розничном магазине, вы также можете скачать Visual Studio с веб-сайта магазина. Затем используйте лицензионный ключ, предоставленный вместе с DVD-диском, для активации Visual Studio. Для получения дополнительной информации об этом процессе свяжитесь с розничным магазином.

Ошибка в ходе восстановления

Если в ходе восстановления Visual Studio возникла ошибка, ее причина может заключаться в повреждении кэша установки. Чтобы восстановить кэш, выполните указанные ниже действия.

Закройте Visual Studio.

Чтобы открыть командную строку с повышенными привилегиями, нажмите кнопку Пуск, введите cmd в поле Начать поиск, нажмите правой кнопкой мыши cmd.exe в списке результатов, затем выберите Запуск от имени администратора.

В окне командной строки введите cd C:ProgramDataPackage Cache и нажмите клавишу ВВОД.

Для удаления из кэша файлов .msi и .cab введите в окне командной строки следующие команды, нажимая клавишу ВВОД после каждой из них:

Повторите восстановление Visual Studio.

0x800713ec – идет установка .NET Framework

Обычно данная ошибка возникает, если в данный момент уже происходит установка библиотек .NET Framework, не связанных с Visual Studio. Поскольку многие компоненты установщика Visual Studio зависят от библиотек .NET Framework, попытка установки .NET Framework во время установки Visual Studio может вызвать проблемы.

Чтобы обойти эту проблему, дождитесь завершения работы установщика .NET Framework перед началом установки Visual Studio.

Ошибки установки нескольких компонентов отображаются при игнорировании предупреждения об обновлении сертификатов в Visual Studio 2013 и 2015

При установке Visual Studio в системе Windows 7 отображается следующее предупреждение:

При установке могут возникнуть ошибки, связанные с отсутствием возможности обновления сертификатов безопасности на данном компьютере, которые требуются для установки некоторых компонентов Visual Studio.

Если вы нажмете Продолжить для продолжения установки Visual Studio, может возникнуть ошибка «Не удалось найти источник пакетов», которую невозможно устранить с помощью варианта Скачать пакеты из Интернета. При завершении установки Visual Studio вы увидите следующее сообщение:

Установка завершена. Однако не все компоненты установлены правильно.

Также будет показан список нескольких компонентов, которые невозможно установить, поскольку система не может обнаружить указанный файл. Чтобы устранить эту проблему, воспользуйтесь следующим способом:

Убедитесь, что ваш компьютер подключен к Интернету. В некоторых случаях Visual Studio может программно извлекать и применять необходимые обновления сертификатов для успешной установки затронутых компонентов.

Проверьте параметры групповой политики на вашем компьютере, которые управляют автоматическими обновлениями сертификатов. Чтобы автоматически получить и применить необходимые сертификаты, выполните следующие действия:

Откройте редактор локальных групповых политик (gpedit.msc).

Последовательно разверните узлы Конфигурация компьютера>Административные шаблоны>Система>Управление связью через Интернет, затем нажмите Параметры связи через Интернет.

Последовательно выберите Выключить автоматическое обновление корневых сертификатов>Отключено, затем нажмите OK или Применить.

Перед изменением любых параметров групповой политики мы рекомендуем связаться с вашим системным администратором.

Если перечисленные выше шаги не помогли устранить проблему, вы также можете попытаться вручную установить требуемые обновления сертификатов. Дополнительные сведения о получении корневых сертификатов в Центре обновления Windows см. в разделе Настройка доверенных корневых сертификатов и запрещенных сертификатов.

Если вы уже установили Visual Studio, попробуйте восстановить Visual Studio после того, как вы попытались использовать один или несколько из описанных выше способов. Этот процесс пытается успешно установить компоненты, которые не были установлены в рамках предыдущей попытки. Для восстановления Visual Studio выполните перечисленные ниже действия:

Откройте Программы и компоненты (appwiz.cpl).

Щелкните правой кнопкой мыши номер версии> Visual Studio —>

Источник

Никак не могу установить Visual Studio 2015. Система Vindows 7, sp1, почти нулёвая, установлены только драйвера, антивирус и несколько программ (google chrome, Skype, utorrent, teamviewer). Скачивала с офсайта, установщик vs_community_RUS__1965665570.1481571050.exe
просто отказывается запускаться, утверждая что нужна более поздняя версия Windows, хотя на другой комп поставилась (правда потом выяснилось, что на другой компе установщик vs_community_RUS__1496466847.1481029436.exe поставился), попробовала
его, в процессе установки появилось сообщение «Сбой установки! Не удалось продолжить установку из-за сбоя установки некоторых обязательных компонентов.» И перечисления:

Team Explorer for Microsoft Visual Studio 2015 Update 3 CTP1. В процессе установки произошла непоправимая ошибка.

Microsoft NuGet — Visual Studio 2015 Сбой пакета.

Microsoft Visual Studio Connected Services Сбой пакета.

Azure AD Authentication Connected Services Сбой пакета.

и т.д.

вот скрин http://prntscr.com/dthwov

Скачала установщик vs_community.exe предварительно убедившись, что в технических требованиях заявлена Windows 7. На одном компе установилась без проблем (предварительно удалила установленную vs_community_RUS__1496466847.1481029436),
на другом (проблемном) не хочет, повисает на Update for Microsoft Windows (KB2999226), скачала этот KB отдельно, при запуске так же повисает и пишет о поиске обновлений на этом компьютере. В центре обновлений висит необходимое
обновление:

Microsoft .NET Framework 4 Client Profile для систем Windows 7 на базе процессоров x64 (KB982670)

При попытке его установить начинает загрузку, но не заканчивает её, больше суток скачивал (с интернетом всё в порядке, сбоев с моей стороны точно нету), но показывал что загружено 0Kb. Скачивала это обновление отдельно, но при запуске пишет:

«Та же или более новая версия .NET Framework 4 уже установлена на этом компьютере.»

Не пойму в чём дело, и как с этим бороться. Переустанавливать винду из-за одной студии ой как не хочется, опять терять день, на установку самой винды и необходимых программ. Первый комп, на котором обе
студии успешно установились особо ничем не отличается от «проблемного», все программы, установленные на втором — есть на первом, даже больше, отличаются разве что железом, но на «проблемном»
железо более новое и современное, чем на первом. Не пойму, в чём может быть соль? Подскажете?

P.S. Антивирус тоже пробовала отключать на момент установки — не помогает.

ЗЗЗЗЗЗЗ ЗЗЗЗЗЗЗ
ГлавнаяУстановка
26.01.2022

Ошибка при установке Visual Studio 2019 на Windows 7. Пишет: » Произошла неизвестная ошибка. Приносим свои извинения». Что делать? Хелп ми

Bvz Afvbkbz Bvz Afvbkbz
26.01.2022

Что делать? Принять извинения.

FastKill FastKill
26.01.2022

Ставить швиндовс 8/10

elektron43 elektron43
26.01.2022

Так ты еще не знаешь что поддержка винды 7 прекращена уже давно

  • Какие обновления виндовс 7.64 пиратка, требуются для установки и запуска Visual Studio 2019 ? Я как установил виндовс, так и не обновлял его и не обновляю никогда, установил только программы для запуска игр типа: Microsoft Visual C++ 2005-2008-2010-2012-2013-2019 и Microsoft .NET Framework 4.8
  • Ошибка 00xc0000005 Скачал visual studio 2017 и начала вылезать эта ошибка, windows 7 x64 Скачал visual studio 2017 и начала вылезать эта ошибка Система: windows 7 x64 До установки норм все было а потом на всех приложениях кроме оперы начало вылезать
  • Что делать если нет windows forms в visual studio 2019 Как видите, рабочая нагрузка «Разработка классических приложений .NET» установлена, но windows forms в списке проектов нет. Что делать?
  • Проблема установки visual studio 2015 (x64) ошибка 0x80240017 windows 8.1 Страдаю проблемой понять не могу почему так, и кстати вот скрины логов

Добавить комментарий

  • vk.com
  • facebook

  • Remove From My Forums
  • Вопрос

  • Здравствуйте. 
    Столкнулся с проблемой таковой:

    Скачал последнюю версию Microsoft Visual Studio с официального сайта(именно 2019 года нужна) и при установке всплывает окошко с текстом — «the feature you are trying to use is on a cd rom or other removable disk that is not available».
    так как диска у меня никакого само собою нет, я нажимаю «отмена» и в итоге ошибка такова 0x80070643

    Помогите пожалуйста

    P.S.:

    Извиняюсь за введение в заблуждение, так как из за своей неопытности я написал первично про IDE, а меня интересуется библиотека c++

    • Перемещено

      28 сентября 2020 г. 6:53

    • Изменено
      Сергей__П
      29 сентября 2020 г. 9:13
      не правильно сформулировал вопрос

Ответы

  • Я студию ставлю с онлайн установки, а такое сообщение возможно получаете, когда установка идет с автономного установщика. Если качество интернета позволяет, проводите онлайн установку. Или ищите не сбойный установщик, скорее всего в текущий
    установщик не добавлен отсутствующий в вашей ос компонент.

    • Изменено
      Liliya Muray
      28 сентября 2020 г. 5:38
    • Предложено в качестве ответа
      Maksim MarinovMicrosoft contingent staff, Moderator
      1 октября 2020 г. 8:28
    • Помечено в качестве ответа
      Maksim MarinovMicrosoft contingent staff, Moderator
      8 октября 2020 г. 11:04

  • Здравствуйте,

    А какой полный текст ошибки?

    Посмотрите эти темы (в них про 2015, но связано с ошибкой
    0x80070643
    )

    • Installation issue with VS 2015 Enterprise edition
    • Расследование
      ошибки установки Visual Studio

    Если Вам помог чей-либо ответ, пожалуйста, не забывайте жать на кнопку «Предложить как ответ» или «Проголосовать за полезное сообщение» Мнения, высказанные здесь, являются отражение моих личных взглядов, а не позиции
    корпорации Microsoft. Вся информация предоставляется «как есть» без каких-либо гарантий.

    • Предложено в качестве ответа
      Maksim MarinovMicrosoft contingent staff, Moderator
      1 октября 2020 г. 8:28
    • Помечено в качестве ответа
      Maksim MarinovMicrosoft contingent staff, Moderator
      8 октября 2020 г. 11:04

Понравилась статья? Поделить с друзьями:
  • Visual studio scanf ошибка
  • Vipnet csp ошибка 1603
  • Visual studio произошла неизвестная ошибка при установке
  • Visual studio just in time debugger ошибка
  • Visual studio показывает несуществующие ошибки