Creating applications for CE.net and Pocketpc 2002-2003 using C#

  • Thread starter Thread starter Laery
  • Start date Start date
L

Laery

Hi,

In the past all application have been written using eVC3.0 and eVC4.0.
I would like to use C# for future development.
I've bought Visual Studio.NET Pro, made a C# windows application with
just a label on it.
On the PC it starts but on and XScale .net 4.2 nothing happens, on an
SH3 evc4.2 nothing happens, samething for a pocketpc2003 pda
The netCF is installed on the devices because .net compact frame work
installer SP2 is used on all devices and a cab was was send which
asked to overwrite several files.

What am I doing wrong?

Regards
Laery
 
Did you create the application as a C# Windows Application project or did
you specify the Smart Device Application project type? while it is possible
in many cases for a device exe to run on the desktop the reverse is not
true.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Then you either got the wrong version of VS.NET Pro, didn't really get the
Pro version, or didn't install the device development piece when you
installed it. You need VS.NET ***2003*** Pro.

Paul T.
 
We have returned the box to our supplier, he confirmed sending us the
wrong box.
Only seeing .NET on the box (no 2003 annywhere) and youre answer
confirmed my growing suspicion.
Also the about said 2002 environment.
 
Back
Top