Getting error : VCRUNTIME140_1D_APP.dll was not found.

Mohammad Taha 6 Reputation points
2021-01-11T06:12:55.097+00:00

Hi All,

I am running one c++ application and it builds fine but when i tried to run it. It gived me error : Getting error : VCRUNTIME140_1D_APP.dll was not found.

How to resolve this.

I have attached three images :
1- showing the error popup.
2- showing my visual studio installtion first half.
3- showing my visual studio installtion second half.55186-vcruntime14-1d-app-missing.png55187-vs-installation1.png55188-vs-installation2.png

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
943 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
972 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Mohammad Taha 6 Reputation points
    2021-01-27T09:42:50.947+00:00

    Hi @Tianyu Sun-MSFT , My issue is resolved, i have installed Gstreamer library with Gstreamer installer , now it is working good.

    1 person found this answer helpful.

  2. Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
    2021-01-12T03:40:26.543+00:00

    Hi @Mohammad Taha ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    Please try to uninstall Microsoft Visual C++ 2017 (or Microsoft Visual C++ 2015-2019) Redistributable (Xxx) from Control Panel and go to here: The latest supported Visual C++ downloads to download and install Microsoft Visual C++ 2015-2019 Redistributable packages. After that, please try to build and run your application again.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

  3. Mohammad Taha 6 Reputation points
    2021-01-16T11:24:23.697+00:00

    Hi TianyuSun,

    I have tried steps suggested by you, but still getting same issue. I have unstalled Microsoft Visual C++ 17 and redistributable from Control Panel and install them again. But no luck.