DOWNLOAD WINCE APPLICATION

Mario Collin
I have write an application in Visual Studio 2005 under WINCE 5.
I can deploy it to the board. It is running fine. But when I power down and
up the board all the files are gone.
What is the problem?

srihari
keep your application file in resident flash

Mario Collin
If I copy it in resident flash, when I try to run the application I get an
error saying that it can not be run. An application is missing.

srihari
how r u copying?

keep build mode in release and compile,then copy  application file  from
\bin\Release to resident flash.

Errol
If you open your Application project's properties then there is a list down
the left, click on Devices.

There you can set the Output File Folder. Change it to something like
\Resident Flash\MyApp or what ever...

Eugenio Alessi
Hello!
If your application use NETCF 3.5 you must rebuild WINCE with platform 
builder that include NETCF 3.5, same operation for SQLCE and/or SQLClient
library...