anyone know what redist contains vcruntime140d.dll, appcrt140d.dll & ucrtbased.dll?

Discussion in 'Application Software' started by RanCorX2, Apr 11, 2017.

  1. RanCorX2

    RanCorX2 MDL Addicted

    Jul 19, 2009
    999
    554
    30
    #1 RanCorX2, Apr 11, 2017
    Last edited: Apr 11, 2017
    can't find the visual c++ redist that installs these files, anyone know where to get them?
    also missing desktopcrt140d.dll.
     
  2. cocachris89

    cocachris89 MDL Senior Member

    Mar 1, 2013
    491
    151
    10
    From memory, I think this is what you need:

    vcruntime140d = Visual C++ 2015 debug runtime
    appcrt140d = Visual Studio 2015
    ucrtbased = Visual Studio 2015

    The d stand for debugging.
     
  3. RanCorX2

    RanCorX2 MDL Addicted

    Jul 19, 2009
    999
    554
    30
    thanks, i download the required stuff :)