The way I got around this was:
You need to download and install Microsoft Windows CE Utilities for
Visual Studio .NET 2003 Add-on Pack 1.1 on your development PC running
Visual Studio. Get it from here:
http://www.microsoft.com/downloads/...A6-2095-4086-B0CC-7C6C39B28762&displaylang=en
Then read through the solutions listed in the Readme.htm file in the:
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\WinCE Utilities folder.
You may need to run C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\WinCE Utilities\WinCE Proxy Ports
Reg\ProxyPorts.reg.
Then start ActiveSynch, inside your project go to Tools\Select Windows
CE Device CPU and select ARMV4T or whatever your CPU is. Then deploy
to the device and you should be able to debug on the device.
Thanks