Change project type in Visual Studio ?

  • Thread starter Thread starter Axel Stallknecht
  • Start date Start date
A

Axel Stallknecht

Hello,

I have a PocketPC application. Now I have added a new project
which contains a new class.
If I start the application on the PPC I got a lot of trouble
using Threads in this new class. I get a MethodeMissingException.
The reason was, that the new added project is project type ".NET"
and not "Pocket PC". With the configuration manager I can't change
the type to "Pocket PC". So my exception comes from the wrong System.dll.
It seems if I add a new project to an Pocket PC solution Visual Studio
always adds the project as ".NET".

Does anyone out there know how to change the project type and
prevent this behavior if I add new projects to an Pocket PC
solution ?

Best regards
Axel
 
When you add the new project, you must choose "Smart Device Project" as the
template.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Back
Top