C#

vc_runtimeMinimum 설치 안됨

YL 2020. 6. 4. 17:30
반응형

Microsoft Visual C++ 2017 x86
Microsoft Visual C++ 2019 x86
Minimum runtime 14.26.28720
vc_redist_x86.exe
microsoft.visualcpp.redist.14

전부 동일현상 관련된 문제
프로그램을 돌리기 위한 부속프로그램들에 문제가 있는 게 원인.

1. visual studio 설치 중
vc_runtimeMinimum_x86.msi 가 없어서 설치가 안된다는 메세지가 뜨는 경우

2.
The path ‘C:\ProgramData\Package\Cache\...\packages\vcRuntimeMinimum_amd64\vc_runtimeMinimum_x64.msi’ cannot be found. Verify that you have access to this location and try again, or try to find the installation package ‘vc_runtimeMinimum_x64.msi’ in a folder from which you can install the product Microsoft Visual C++ 2017 X64 Minimum Runtime

1번 2번 모두
Microsoft.VisualCpp.Redist.14 를 설치할 수 없는 현상
vc_redist.x64.exe 최신버전으로 설치하려 했으나
* vc_redist.x64.exe 최신버전 설치 주소
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

The latest supported Visual C++ downloads

A subscription to make the most of your time

support.microsoft.com


3. 동일한 메세지 발생
프로그램 추가/제거에 보니 Microsoft Redistiributable 2017 14.16.27012
가 설치되어있다고 떴다.
제거하려고 보니 오류가 발생함

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Visual Studio\14.0\VC\Runtimes 의 x64와 x84 에 14.16.27012 버전이 박혀잇는 것을 확인했고
전부 삭제했다.

Visual Studio Installer를 재실행하여 여태껏 설치된 사항을 전부 삭제하고 재설치했다.




+
visual studio 는 실행됨
win7에서 윈10으로 업데이트하면서 내부적으로 뭔가 꼬였는지
2015버전 디버깅할 때마다 오류뜨고
진단도구도 안되는 문제가 있었다
결국 포맷해서 해결함

+ 2021.07.23.
윈10으로 업그레이드하면서 문제가 발생했던거라
마치 메모장처럼 적어놨는데….
지금 다시보니 이해가 안되는게 너무 많아서 아주 조금 수정합니다.

반응형

'C#' 카테고리의 다른 글

환경변수 확인 방법 (윈10 기준)  (0) 2020.07.04
AnkhSVN2019  (0) 2020.06.05
Visual Studio 설치 안됨  (0) 2020.06.03
Visual Studio 단축키  (0) 2020.05.15
프로그래밍 팁 & 노하우 - return 과 continue 의 사용  (0) 2020.04.15