PocketPc 2003 and Windows CE 5.0

  • Thread starter Thread starter Aurelio
  • Start date Start date
A

Aurelio

One question...
In Visual Studio 2005, there ara three possibility when you want to create a
new smart device project:
·Pocket Pc 2003
·Smartpjone 2003
·Windows CE 5.0

What is the difference between PocketPC 2003 and Windows CE 5.0 projects?
For example, in the first one, a can't use the System.Diagnostics.Process
class.


Un saludo
 
Could it perhaps be that you created a Compact Framework 1.0
application instead of 2.0? If so, then you can easily "Upgrade
Project" to use .NETCF 2.0. You can do this by right clicking on the
project and selecting "Upgrade Project"

Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
 
Back
Top