Firstly, I'm running VS2005 SP1 and Windows 7 Ultimate.
I'm trying to debug an application of mine on a device running Windows CE 6.0.
I have done a lot of digging and it seems a large amount people have a similar difficulty but it's caused by a broad range problems and if there are any solutions, none of them have helped me so far.
My problem is that I cannot target WinCE 6.0 when I debug. The only devices I am able to target are:
- Pocket PC 2003 Device
- Windows CE 5.0 Device
- Windows Mobile 5.0 Pocket PC Device
When I attempt to simply target "windows ce 5.0 device" I get errors, for example:
Post-deploy error 0x00000001 returned after calling '\Windows\wceload.exe /noui \Windows\System_SR_enu.cab'. Device Connectivity Component
I have found installation processes for building application on VS2005 and WinCE 6.0 and I followed the guide with successful installations. The process was as follows, Install:
- VS2005
- VS2005 SP1
- MSDN (Optional)
- WinCE 6.0
- WinCE 6.0 Platform Builder SP1
- WinCE 6.0 R2
- WinCE 6.0 R3
Any idea on possible solutions?
Thanks