can vs2005work on the device with wince 4.x?

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

Guest

if i create a C# smart device project in vs2005, can i deploy then debug it
on a device with wince 4.x? or only vs2003 can work on wince 4.2 using c#?
 
You can re-target a smart device project to a different platform (Pocket PC
2003, Windows Mobile 5.0, Windows Mobile 6...) by right-clicking on the
project in Solution Explorer, and choosing Change Target Platform...
 
if i create a C# smart device project in vs2005, can i deploy then debug it
on a device with wince 4.x? or only vs2003 can work on wince 4.2 using c#?

VS 2005 can work on WinCE 4.2 using C#.
 
Back
Top