I am facing this .dll library missing error:
This programme can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing. Try to reinstall this.
When I try to open an Microsoft Office file.
How do I solve that?
I am facing this .dll library missing error:
This programme can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing. Try to reinstall this.
When I try to open an Microsoft Office file.
How do I solve that?
The default solution is to install KB2999226 of Microsoft.
This error is usually caused by the missing
Visual C++ Redistributable file
, which is a required dependency for most of the application on Windows Computer.Download Visual C++ Redistributable from here and install it. After installing this, Reboot the system.
Link: Visual C++ Redistributable
While the answer from alireza is correct, it has one gotcha:
You can't install Microsoft Visual C++ 2015 redist (runtime) unless you have Windows Update KB2999226 installed (at least on Windows 7 64-bit SP1).
In case nothing of the previous answers worked, add one of these paths to your PATH environment variable:
Of course, make sure they exist first and that they contain the DLL files needed. If they don't exist, try installing "Windows Universal CRT SDK" from the Visual Studio 2015 or Visual Studio 2017 installer.
if anybody unable to update windows online, I suggest you go to http://download.wsusoffline.net/ and download Most recent version.
Then install update generator -> select your operating system. and hit START, just wait few minutes let him download updates and complete all it's process. hope this help.
%TEMP%
vc_redist.x64
see Download Visual C++ Redistributable for Visual Studio 2015