Windows Debugging Tools Not Installing

后端 未结 5 1001
情歌与酒
情歌与酒 2021-02-08 08:01

I\'m trying to install the Windows Debugging Tools via the Windows SDK and after two attempts I am at a loss for what to do. I start the installation and receive no errors at al

5条回答
  •  逝去的感伤
    2021-02-08 08:37

    If you're running Windows 7 AND Visual Studio 2010 SP1:

    (The previous answer is out of date.)

    Here's the problem according to microsoft: http://support.microsoft.com/kb/2717426

    In a nutshell, uninstall these two:

    • Microsoft Visual C++ 2010 x86 Redistributable
    • Microsoft Visual C++ 2010 x64 Redistributable

    Now you should be able to install Windows Debugging Tools via the Windows 7.1 SDK.

    Afterward, you may reinstall the Visual c++ 2010 redistributables if you want.

提交回复
热议问题