- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Problem: After successful installation of AutoCAD 2017 on my Windows 8.1 x64 system, I received this error on launch:
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem.
This error did not appear on any of my Windows 7 x64 machines thus far. I have not tested this on Windows 10 yet.
Reason: From what I can tell, this is caused by the usage of the new Universal CRT | Visual C++ Redistributable that is part of Windows 10. The good news is that it seems that the installation failures for not having C++ Redistributable installed might be resolved. The bad news is, if the prerequisite does still fail and the program does install, it will not launch.
Possible Solution: Here are some steps to take to try and resolve this issue:
Method 1: This is the easy method. Follow these steps if you receive the above error. If it still fails, go to Method 2.
1. Go to Windows Update and make sure that your computer is fully updated. The Universal CRT should be delivered by this method.
2. If not, manually download and install the Microsoft Visual C++ Redistributable for your version of Windows (likely x64)
For Windows x64:
http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe
For Windows x86:
http://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe
3. You might have to choose uninstall first before you can install the above downloads because of previous failed installs.
4. Reboot then try to launch AutoCAD 2017 again.
Method 2: If the above did not work, then here is my advanced solution. The Universal CRT files are part of the Windows 10 SDK kit. Installing this kit and placing the CRT DLL files into the AutoCAD 2017 folder seems to resolve the issue.
1. Download and install the Windows 10 SDK kit:
https://dev.windows.com/en-us/downloads/windows-10-sdk
2. Copy the entire set of DLLs from the resulting location:
C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64
3. Paste the files into the location where AutoCAD 2017 is installed:
C:\Program Files\Autodesk\AutoCAD 2017
4. Launch AutoCAD 2017 to complete the installation and licensing of the product.
Conclusion: This is a very early and crude fix for this odd issue and I am only providing it as a work-around until I can find a more stable solution to post on the board. I do not expect this to be an issue on Windows 10.
If anyone has anything else to add, please feel free to share.
Good Luck!
Travis Nave

My Expert Contributions to the
FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files
Solved! Go to Solution.