A co-worker posted this on an MS forum but was开发者_Python百科 not able to get an answer.
He's using Win7, VS 2008 (C++) pro - not the express version.
When he selects Tools->Attach to Process the dlg box with the dropdown for "Transport" shows only "default" and the Qualifier field is greyed out and only shows his machine name.
He wants to debug a process on another machine.
What could be the cause for this? Is there a service that has to be running on this dev machine for those items to be allowed.
He is running VS as an admin.
For contrast, my dropdown options for "Transport" are:
- Default
- Smart Device
- Remote (Native only with no authentication)
And the qualifier field for me is NOT greyed out.
Any comments, suggestions or ideas about why this doesn't work as expected and what to do about it?
Are you sure your co-worker has VS 2008 Pro and not Standard? Standard doesn't support remote debugging.
精彩评论