Where can i find urctbased.dll for debug un app on a remote client - VS2019 C++

DEMOULIN Anne-Sophie 1 Reputation point
2024-03-27T15:33:35.23+00:00

Hello,

I need to debug my app on a remote client and i'm searching the debug dll ucrtbased.dll who is missing and not in the redistribuable package.

How can i find it ? I can't run my project in release for the moment.

I work in C++ x64 VS 2019

Thanks for your help

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,620 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,535 questions
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.
942 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. DEMOULIN Anne-Sophie 1 Reputation point
    2024-03-27T16:11:01.02+00:00

    i've found what i was looking for. The question can be deleted

    0 comments No comments

  2. Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
    2024-03-28T02:19:44.7866667+00:00

    Hello @DEMOULIN Anne-Sophie ,

    The ucrtbased.dll file should be included in Windows SDK, and located at, for example C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\ucrt.

    Windows SDK may be needed to be installed from Visual Studio Installer > Individual components first.

    Anyway, I am glad to hear that you have found the file and this issue doesn’t block you anymore.

    Wish you a wonderful day ahead.

    Best Regards,

    Tianyu

    0 comments No comments