Why Visual Studio 2015 can't run exe file (ucrtbased.dll)?

后端 未结 6 907
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 10:52

I have installed the Visual Studio 2015 and created Win32 project with some code. I compiled it successfully, but I can\'t launch exe file, because I don\'t have some ucrtba

6条回答
  •  轮回少年
    2020-12-23 11:35

    I am not sure it will help but you can try this.This worked for me

    Start -> Visual Studio Installer -> Repair

    after this enable the Microsoft Symbols Server under

    TOOLS->Options->Debugging->Symbols

    This will automatically set all the issues.

    You can refer this link as well

    https://social.msdn.microsoft.com/Forums/vstudio/en-US/6aa917e5-a51c-4399-9712-4b9c5d65fabf/ucrtbasedpdb-not-loaded-using-visual-studio?forum=visualstudiogeneral

提交回复
热议问题