no

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...

This problem is often encountered when running Microsoft Office, Adobe Products or even Apache server.

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:

  1. Go to Start - Control Panel - Windows Update Check for updates
  2. Install all available updates. After the updates are installed,
  3. Restart your computer.
  4. After the restart repeat the steps above again until no more updates are available.

Download the Visual C++ Redistributable:


Run the vcredist_x64.exe (64-bit) or vcredist_x86.exe (32-bit) and select Uninstall Run the .exe again and select Install.

--

What works is:
  1. Update my Window 7 to SP1
  2. And installing https://support.microsoft.com/en-us/kb/2999226,different version exists for different OS

Related

c# 4408579348393418423

Post a Comment Default Comments

item