Search by Tags

Visual Studio throws Error "MSVCP110.dll is missing"

 
Article updated at 28 Oct 2017

When trying to build your application in Visual Studio, you might come across an error message

  MSVCP110.dll is missing

or

  MSVCR110.dll is missing

These dlls are part of the Microsoft Visual C runtime environment.

Solutions:

To fix this error there are two options

  1. In the Visual Studio project settings, configure the project to use the static runtime libraries:
    [Configuration Properties] → [C/C++] → [Code Generation] → [Runtime Library = Multi-Threaded]

  2. You can download the missing files through the following link:
    msvcx110.zip

    Store the files on your target system in the folder

    /Flashdisk/System/.