Visual Studio Remote Debug on XPe

  • Thread starter Thread starter Sneyers Jean-Pierre
  • Start date Start date
S

Sneyers Jean-Pierre

I can not make remote debugging with Visual Studio 2008 on a XPe.
VS2008 is in a domain
XPe is not in a domain, but it has the same user account that VS2008
configured locally (with the command NET).
All user accounts are in the group Administrator.
When VS2008 wants to contact the debugger on XPe mode authentication,
it does not find the service. If I does not require any
authentication, I refuse debugging.

Can you tell me if it is necessary to add modules in my image or set
something?

PS: He has no FireWall
 
Your XPe image should have the Terminal Serivces component. If it does not
then, add Terminal Services macro component to your configuration and build
a new image.
Also, on the XPe machine, the local security policy for network access:
sharing and security model for local accounts should be configured to
"Classic: Local Users authenticate as themselves"

What is the error message that you get? That might help me understand this
issue better.

Regards,
Shweta [MS]
 
Back
Top