WAMP가 녹색으로 바뀌지 않습니다. 그리고 VCRUNTIME140.dll 오류
WAMP가 녹색으로 바뀌지 않습니다. 몇 주 전에 잘 작동했습니다. 이 주제에 대한 다른 답변을 볼 때 많은 사람들이 Apache에 서비스를 설치한다고 말했습니다.
이렇게하면 다음과 같은 오류 코드가 표시됩니다.
"컴퓨터에 VCRUNTIME140.dll이 (가) 없기 때문에 프로그램을 시작할 수 없습니다. 문제를 해결하려면 프로그램을 다시 설치하십시오."
Oriol이 말했듯이 WAMP를 설치하기 전에 다음 재배포 가능 파일이 필요합니다.
readme.txt에서
Wampserver 설치를 진행하기 전에 특정 요소가 시스템에 설치되어 있는지 확인해야합니다. 그렇지 않으면 Wampserver가 절대 실행되지 않으며 설치에 오류가 발생하고 누락 된 요소를 설치하기 전에 Wampserver를 제거해야합니다.
재배포 가능한 패키지 VC9, VC10, VC11, VC13 및 VC14에서 "최신"상태인지 확인하십시오. 최신 버전이라고 생각 되더라도 각 패키지를 관리자로 설치하고 "이미 설치됨"메시지가 나타나면 수리를 확인하십시오.
다음 패키지 (VC9, VC10, VC11)는 Apache 및 PHP 버전 만 사용하는 경우에도 Wampserver 2.4, 2.5 및 3.0에 반드시 필요합니다. PHP 7 및 Apache 2.4.17에는 VC11 및 VC14가 필요합니다.
VC9 패키지 (Visual C ++ 2008 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=5582
https://www.microsoft.com/en-us/download/details.aspx ? id = 2092VC10 패키지 (Visual C ++ 2010 SP1)
https://www.microsoft.com/en-us/download/details.aspx?id=8328
https://www.microsoft.com/en-us/download/details.aspx ? id = 13523VC11 패키지 (Visual C ++ 2012 업데이트 4) 다운로드 할 두 파일 VSU4 \ vcredist_x86.exe 및 VSU4 \ vcredist_x64.exe는 http://www.microsoft.com/en-us/download/details 같은 페이지에 있습니다. aspx? id = 30679
VC13 패키지 [/ b] (Visual C ++ 2013) 두 파일 VSU4 \ vcredist_x86.exe 및 VSU4 \ vcredist_x64.exe
VC14 패키지 (Visual C ++ 2015) 다운로드 할 두 파일 vcredist_x86.exe 및 vcredist_x64.exe는 동일한 페이지에 있습니다. https://www.microsoft.com/en-us/download/details.aspx?id=52685
VC 패키지 x64 (Visual C ++ 2017)
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
간단히 말해서 :
- wampserver 제거
- Visual Studio 2015 용 Visual C ++ 재배포 가능 패키지 설치
- wampserver 설치
VCRUNTIME140.dll 오류
이 오류는 컴퓨터에 필요한 Visual C ++ 패키지가 설치되어 있지 않음을 의미합니다. wampserver를 설치 한 경우 먼저 wampserver를 제거하십시오.
VC 패키지
다운로드이 모든 VC 패키지를 다운로드하고 모두 설치합니다. 64 비트와 32 비트 버전을 모두 설치해야합니다.
-- VC9 Packages (Visual C++ 2008 SP1)--
http://www.microsoft.com/en-us/download/details.aspx?id=5582
http://www.microsoft.com/en-us/download/details.aspx?id=2092
-- VC10 Packages (Visual C++ 2010 SP1)--
http://www.microsoft.com/en-us/download/details.aspx?id=8328
http://www.microsoft.com/en-us/download/details.aspx?id=13523
-- VC11 Packages (Visual C++ 2012 Update 4)--
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page
http://www.microsoft.com/en-us/download/details.aspx?id=30679
-- VC13 Packages] (Visual C++ 2013)--
The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page
https://www.microsoft.com/en-us/download/details.aspx?id=40784
-- VC14 Packages (Visual C++ 2015)--
The two files vcredist_x86.exe and vcredist_x64.exe to be download are on the same page
http://www.microsoft.com/en-us/download/details.aspx?id=48145
install packages with admin priviliges
Right click->Run as Administrator
install wampserver again
After you installed both 64bits and 32 bits version of VC packages then install wampserver again.
You need to install some Visual C++ packages BEFORE installing WAMP (if you have installed then you must uninstall and reinstall).
You need: VC9, VC10, VC11, VC13 and VC14
In readme.txt of wampserver 3 (on SourceForge) you can find the links.
Be careful! If you use a 64-bit OS you need to install both versions of each package.
I had the same problem, and I solved it by installing :
- Redistribuable Visual C++ pour Visual Studio 2012 Update 4 (6.9 MB)
- Redistributable Visual C++ pour Visual Studio 2015 Update 1 (14.1 MB)
NB : 64 bit installation was enough, I had to uninstall / reinstall Wamp after that
Since you already had a running version of WAMP and it stopped working, you probably had VCRUNTIME140.dll already installed. In that case:
- Open Programs and Features
- Right-click on the respective Microsoft Visual C++ 20xx Redistributable installers and choose "Change"
- Choose "Repair". Do this for both x86 and x64
This did the trick for me.
After lots and lots of installing and uninstalling for a whole day and trying every packages for every answers in here, the only thing that worked for me was:
- Uninstall Wamp and reboot
- installing Visual Studio 2017 Community edition and choose "Web development" and check all of the options in the right site. Here's a screenshot:
This somehow install something that is needed for Wamp as well.
- install Wamp, and you should be all good.
Link to visual studio 2017 Community edition
WAMP is not turning GREEN? Don`t panic
First of all check your windows update by searching "Windows Update"
or
Download updates from microsoft windows site (i had windows 7 x64 updated to service pack 1 full) windows 7 Service pack 1 download
Now there are some more downloads that support WAMP for installing time
From the readme.txt
BEFORE proceeding with the installation of Wampserver, you must ensure that certain elements are installed on your system, otherwise Wampserver will absolutely not run, and in addition, the installation will be faulty and you need to remove Wampserver BEFORE installing the elements that were missing.
Make sure you are "up to date" in the redistributable packages VC9, VC10, VC11, VC13 and VC14 Even if you think you are up to date, install each package as administrator and if message "Already installed", validate Repair.
The following packages (VC9, VC10, VC11) are imperatively required to Wampserver 2.4, 2.5 and 3.0, even if you use only Apache and PHP versions VC11 and VC14 is required for PHP 7 and Apache 2.4.17
VC9 Packages (Visual C++ 2008 SP1) https://www.microsoft.com/en-us/download/details.aspx?id=5582 https://www.microsoft.com/en-us/download/details.aspx?id=2092
VC10 Packages (Visual C++ 2010 SP1) https://www.microsoft.com/en-us/download/details.aspx?id=8328 https://www.microsoft.com/en-us/download/details.aspx?id=13523
VC11 Packages (Visual C++ 2012 Update 4) The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page: http://www.microsoft.com/en-us/download/details.aspx?id=30679
VC13 Packages[/b] (Visual C++ 2013) The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe
VC14 Packages (Visual C++ 2015) The two files vcredist_x86.exe and vcredist_x64.exe to be download are on the same page: https://www.microsoft.com/en-us/download/details.aspx?id=52685
VC Packages x64 (Visual C++ 2017)
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
참고URL : https://stackoverflow.com/questions/34215395/wamp-wont-turn-green-and-the-vcruntime140-dll-error
'programing tip' 카테고리의 다른 글
날짜가 어느 분기에 있는지 확인하는 Python 함수가 있습니까? (0) | 2020.09.07 |
---|---|
@ Html.HiddenFor는 ASP.NET MVC의 목록에서 작동하지 않습니다. (0) | 2020.09.07 |
Ruby 클래스 이름을 밑줄로 구분 된 기호로 어떻게 변환합니까? (0) | 2020.09.07 |
SpringData 저장소는 실제로 어떻게 구현됩니까? (0) | 2020.09.06 |
sizeof (char)! = 1 또는 최소한 CHAR_BIT> 8 인 기계가 있습니까? (0) | 2020.09.06 |