I have experience working with standard network interfaces on Embedded Std7, but I assume that the approach using ActiveSync connections is exactly the same (as ActiveSync devices, such as my mobile phone, appear under "My Computer"); In short:
- Suppose the embedded device is on \\ Embedded
- share the directory on the embedded device, for example, "temp"
- run the remote debugger client on your device.
- specify the output directory of your VS project in \\ Embedded \ temp
- set project parameters for remote debugging in \\ Embedded
- pressing F5 will build exe, put it in \\ Embedded \ temp and start debugging it
Look here for the document that launched me.
source share