Change project type in Visual Studio ?

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
 
C

Chris Tacke, eMVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top