Unable to install Windows Web Services API for Rem

2019-04-07 07:52发布

I'm trying to remote debug using visual studio 2012 and windows server 2008 not R2. I recieve the following error when setting up the remote debugger.

Has anyone else been able to install 2012 remote debugger on Windows server 2008 that is not R2?

This is the full error message after I hit configure remote debugging.

enter image description here

2条回答
女痞
2楼-- · 2019-04-07 08:16

At this MS forum post Brad Sullivan the Program Manager for Visual Studio Debugger has posted the following:

There is a known issue in the installer for Remote Tools for Visual Studio 2012 that is breaking remote debugging on Windows Server 2008. While we work on this issue, you can use the following work-around:

1) If not already, please install “Platform Update for Windows Server 2008 (KB971644)” from Window Update. It will install KB971512, KB971513, and KB960362 in “Control Panel -> Programs and Features -> Installed Updates”.

2) Install Windows Live Essentials from http://go.microsoft.com/fwlink/?LinkID=255474

Following these instructions should prevent you from seeing the error regarding Windows Web Services API.

As odd as it sounds, I can confirm this to have fixed the issue for me.

查看更多
冷血范
3楼-- · 2019-04-07 08:20

According to VS 2012 system requirements remote debugging is not supported on Windows Server 2008.

查看更多
登录 后发表回答