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

Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | Visual Studio | Other
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 34,441 Reputation points Microsoft External Staff
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.