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

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Michael Grassman
  • 1,935
  • 13
  • 21

2 Answers2

5

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

Serge Belov
  • 5,633
  • 1
  • 31
  • 40
  • 1
    Looking at the information here: http://www.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 @MichaelGrassman – al3xnull Dec 17 '12 at 20:56
  • Thanks I'll have to try this update out. I wasn't using the update 1 version before. – Michael Grassman Dec 19 '12 at 04:07
  • 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. – Michael Grassman Jan 05 '13 at 20:56
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.

  • Link for Platform Update for Windows Server 2008 is http://support.microsoft.com/kb/971644 (don't have enough rep to post three links at once) –  Jan 30 '13 at 00:50