Unable to install Windows Web Services API for Remote Debugging with VS2012
Asked Answered
P

2

7

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

Pickax answered 14/8, 2012 at 3:34 Comment(0)
S
5

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

Shimberg answered 4/11, 2012 at 22:48 Comment(3)
Looking at the information here: microsoft.com/en-us/download/details.aspx?id=30674 -- It notes WS2008 SP2 x86 and x64 are supported. Bad documentation? Same issue for me though @MichaelGrassmanAbsolution
Thanks I'll have to try this update out. I wasn't using the update 1 version before.Pickax
Just tried this out and unfortunately it doesn't update the Windows Web Services API which is still required is still only supported with Server 2008 R2 not just 2008.Pickax
M
3

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.

Mindi answered 30/1, 2013 at 0:49 Comment(1)
Link for Platform Update for Windows Server 2008 is support.microsoft.com/kb/971644 (don't have enough rep to post three links at once)Mindi

© 2022 - 2024 — McMap. All rights reserved.