Firefox will not open.
I've used Firefox sporadically for a couple of years. Last week it would not open. I refreshed, then uninstalled and reinstalled and it still won't open. What do I do now?
ఎంపిక చేసిన పరిష్కారం
Did you recently uninstall an application that was using Visual C+ runtime components?
You can check for issues caused by a corrupted or incomplete Visual C++ installation that is missing runtime components (Redistributable Packages) required by Firefox, especially VCRUNTIME140_1.dll.
See "Visual Studio 2015, 2017, 2019, and 2022":
- https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist
- https://aka.ms/vs/17/release/vc_redist.x64.exe
- https://aka.ms/vs/17/release/vc_redist.x86.exe
You may also have to install the Visual Studio 2013 Redistributable Package. You need to reboot the computer.
ఈ సందర్భంలో ఈ సమాధానం చదవండి 👍 0
ప్రత్యుత్తరాలన్నీ (2)
ఎంపిక చేసిన పరిష్కారం
Did you recently uninstall an application that was using Visual C+ runtime components?
You can check for issues caused by a corrupted or incomplete Visual C++ installation that is missing runtime components (Redistributable Packages) required by Firefox, especially VCRUNTIME140_1.dll.
See "Visual Studio 2015, 2017, 2019, and 2022":
- https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist
- https://aka.ms/vs/17/release/vc_redist.x64.exe
- https://aka.ms/vs/17/release/vc_redist.x86.exe
You may also have to install the Visual Studio 2013 Redistributable Package. You need to reboot the computer.
I downloaded .x64 and .x86, rebooted and it is working.
Thanks