Troubleshooting the "The Binding Handle Is Invalid" error in Visual Studio 2005 There have been a few reports from customers who are running into the following error when using the Visual Studio 2005 debugger: 'Error trying to run project: Unable to start Debugging. The Binding Handle Is Invalid' This error is due to the Terminal Services windows service being disabled. In order to fix this error, Terminal Services needs to be enabled. Here are the instructions.
1) Open the 'Computer Management' administration tool
2) Expand the 'Services and Applications' category
3) Click on 'Services'
4) Find 'Terminal Services' in the list of Services
5) Right-click 'Terminal Services', and then click Properties.
6) On the 'General' tab, set 'Startup type' to "Manual" and restart the computer
开启'Terminal Services'服务
本文介绍了解决VisualStudio2005中'TheBindingHandleIsInvalid'错误的方法。此错误通常由于禁用了终端服务导致。文章提供了详细的步骤来启用终端服务。
2048





