问题
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.
回答1:
According to VS 2012 system requirements remote debugging is not supported on Windows Server 2008.
回答2:
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.
来源:https://stackoverflow.com/questions/11945430/unable-to-install-windows-web-services-api-for-remote-debugging-with-vs2012