I am using Visual Studio 2003 to deploy a simple Hello Smart Device
Application to my Pocket PC. After it is installed on my device, I g to run
it and get the error msg "Not a valid Application" (or something close).

If it matters, my device is an hp ipaq 1910 with an Intel PXA250 processor.

The program works fine when deployed to the Pocket PC Emulator.

Any suggestions would be much appreciated.

Chad

Re: Newbie question on deployment by Chris

Chris
Fri Sep 05 13:33:15 CDT 2003

Sounds like the framework hasn't been installed on the device.

--
Chris Tacke, eMVP
Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net

"Chad" <chad.dokmanovich@unisys.com> wrote in message
news:bjah5b$cfo$1@trsvr.tr.unisys.com...
> I am using Visual Studio 2003 to deploy a simple Hello Smart Device
> Application to my Pocket PC. After it is installed on my device, I g to
run
> it and get the error msg "Not a valid Application" (or something close).
>
> If it matters, my device is an hp ipaq 1910 with an Intel PXA250
processor.
>
> The program works fine when deployed to the Pocket PC Emulator.
>
> Any suggestions would be much appreciated.
>
> Chad
>
>



Re: Newbie question on deployment by Swaminathan

Swaminathan
Sat Sep 06 04:42:01 CDT 2003

The Pocket PC Emulator works based on the x86 architecture while the Intel
PXA250 is based on the ARM architecture.

You need to built your image for the ARM processor and deploy it on the
ipaq.

"Chad" <chad.dokmanovich@unisys.com> wrote in message
news:bjah5b$cfo$1@trsvr.tr.unisys.com...
> I am using Visual Studio 2003 to deploy a simple Hello Smart Device
> Application to my Pocket PC. After it is installed on my device, I g to
run
> it and get the error msg "Not a valid Application" (or something close).
>
> If it matters, my device is an hp ipaq 1910 with an Intel PXA250
processor.
>
> The program works fine when deployed to the Pocket PC Emulator.
>
> Any suggestions would be much appreciated.
>
> Chad
>
>