How to Fix Missing Dll in C#
This problem is often encountered when running Microsoft Office, Adobe Products or even Apache server. Base on this entry from stack overf...

Base on this entry from stack overflow: http://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file you can do the steps below to solve the issue:
- Go to Start - Control Panel - Windows Update Check for updates
- Install all available updates. After the updates are installed,
- Restart your computer.
- After the restart repeat the steps above again until no more updates are available.
- Update my Window 7 to SP1
- And installing https://support.microsoft.com/en-us/kb/2999226,different version exists for different OS
Post a Comment