views:

15

answers:

1

I need to debug a winCE application over the ethernet using Visual Studio 2005. I have connected to the device over the ethernet and now need to run conmanclient2.exe and cmaccept.exe before I can start debugging. However, I don't know how to copy these files over the ethernet. Please guide me. Thankyou!

A: 

You have a chicken-or-egg problem. You can't copy the files over Ethernet unless you have some sort of connectivity, which is what those files provide. You need to eitehr put them in the image, copy them using media (like a USB disk) or some other transport, if your device supports it, like FTP. If you have networking, you might simply try browsing from the CE device to a network shared where you have the files located.

ctacke