.net cf sp2 problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After i have installed .net cf on my ppc2003, VS.NET 2003 can't start(debug)
an application on that device, why? It's ok before i installed sp2. My ppc's
system is Traditional Chinese.
 
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
 
nzpcmad,Thanks. That's the right way. I also find vs can debug program with
binding the IP of the specified device.

“nzpcmadâ€ç¼–写:
 
Back
Top