Unable to debug: The binding handle is invalid
Error while trying to run project: unable to start debugging
the binding handle is invalid
What can i do?
Thanks for your answers
Error while trying to run project: unable to start debugging
the binding handle is invalid
What can i do?
Thanks for your answers
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named <my pc name>. The binding handle is invlaid
But i am debugging a local application, not a remote one
I don't know if it is an express problem or express restriction.
Anyone can help?
It sounds like everything is experiencing this problem for managed projects. Do you still have this problem for native projects? How about attaching to a native project (example: notepad.exe)
Thanks,
Gregg
My own bug report with an alternative workaround(?).. I've gathered some (I think all?) of the posts regarding this binding handle error. Take a look here:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackId=fa98bc3d-609d-4d88-81d6-e737e4e7700e
Thx,
ZAiNT
Since it sounds like several people have run into this, if possible we would like to know what the real problem is. So if you have the time, could you let us know:
If you start a managed process outside the debugger (Ctrl-F5), are you able to attach to it (Debug->Attach To Process)?
If not: At which point does it fail? If you have a SKU that also supports native debugging, are you able to debug the native code in the process?
Thanks,
Gregg
No, I start the process (Ctrl-F5) and as soon as I click, Debug->Attach To Process, i get the 'Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'COMPUTERNAME'. The binding handle is invalid.'
messagebox.
I'm not really sure what you mean by this so I think you will have to guide me a bit.
I can see two checkboxes, 'Load DLL exports' and 'Enable RPC debugging' in Options->Debugger->Native. What kind of project do I need to make? And what do I have to do next?
Thx,
ZAiNT
Thank you so much for your help. To test native debugging:
1) File->New->Project...
2) Visual C++->Win32 Console Application
3) F10
Thanks,
Gregg