i've found what i was looking for. The question can be deleted
Where can i find urctbased.dll for debug un app on a remote client - VS2019 C++
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
2 answers
Sort by: Most helpful
-
-
Tianyu Sun-MSFT 31,086 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