Changing the target device in vs .net

  • Thread starter Thread starter Andrea Adami
  • Start date Start date
A

Andrea Adami

I have a project on visual sudio .net that has only the pocket pc device
and the pocket pc 2002 emulation choices in the target device listbox.
I would like try it on the windows ce .net device but i cannot find out how
to do.

Have you any idea ?

Thanks in advance

Andrea Adami
 
If you create a Smart Device project and specify the Pocket PC platform you
are only able to target Pocket PC devices and emulators with the project
from Visual Studio. If you select Windows CE then you can target both Pocket
PC and Windows CE.NET emulators and devices. The safest way to convert a
project is to create a new Project with Windows CE as the target and then
copy all your source files into the project. You can also alter an existing
project by opening the Solution and Project files in a text editor and
replacing all instances of "Pocket PC" with "Windows CE" (make a backup of
these files first though just in case.

Peter
 
Back
Top