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
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