How to debug your Windows CE 6.0 application over ethernet with Visual Studio 2005:
1) Copy the CoreCon files to \windows folder on the device
Path on the development machine: C:\Programme\Gemeinsame Dateien\Microsoft Shared\CoreCon\1.0\Target\wce400\armv4i
clientshutdown.exe
CMAccept.exe
ConmanClient2.exe
TcpConnectionA.dll
eDbgTL.dll
2) Determine the IP address of the device
3) Prepare Visual Studio 2005
From the Tools menu select 'Options' followed by 'Device Tools' and then 'Devices'. Select now the respective SDK (in case of PicoMOD3 select PicoMOD3 Core). Click then on 'Properties'. In the upcoming popup window select 'Configure' and then 'Use specific IP address'.
You need to insert now the IP address of the platform. Confirm with 'ok' button.
4) Prepare platform
Start the processes ConmanClient2.exe and CMAccept.exe on the platform.
5) Connect Visual Studio 2005 to the platform
From the Tools menu select 'Connect to device'
Note: If you get an connection error:
Download and install the Visual Studio 2005 CoreCon component for CE 6.0 from http://www.embeddedpc.net/Down…ad/tabid/113/Default.aspx
DKuhne.