Unable to debug project in VS2005 RTM - The binding handle is Invalid

When trying to debug a C# console application in VS2005, I get the following error "Error while trying to debug project : Unable to start debugging The binding handle is Invalid". I can build the project and execute it from the command line but can't debug it. I tried with a Windows application and it got the same error. I have VS2003 installed also and debugging in that works fine. Any ideas?
[398 byte] By [JasperSmith] at [2008-2-8]
# 1
I obviously didn't put the right search phrase into google first time round (or post to the right forum!) since there is a fix for this described here http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackId=fa98bc3d-609d-4d88-81d6-e737e4e7700e

Basically, make sure the Terminal Services service is not set to Disabled. After setting it to Manaul and rebooting I can debug in VS2005 with no problems Smile

JasperSmith at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 2

I was having this same problem when trying to debug a VB Windows Application. On my computer terminal services was set to Manual already. I just started the service and it worked without rebooting. Not sure why the service didn't automatically start though

AE-Sol at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...

Visual Studio

Site Classified