Problems deploying .NET CF App onto my new HP h5500

  • Thread starter Thread starter Gary Livshin
  • Start date Start date
G

Gary Livshin

Hi all,

I have an application that I worte (C#) about half a year ago, and
today I made some changes and was trying to deply it onto my new
pocketpc from hp h5500. Apprently it is not a supported device for the
..NET VS that I have.

The error message I get is:

Error: The CPU identified by '83951616' does not exist for the
connected platform. Please ensure that the device is a member of the
Pocket PC platform.
---------------------- Done ----------------------

Build: 1 succeeded, 0 failed, 0 skipped
Deploy: 0 succeeded, 1 failed, 0 skipped



Can anyone shed some light onto this?
Thanks in advance,
Gary L.---
 
83951616 is 0x05010000 which is
PROCESSOR_ARM_V4_INSTRUCTION so there should not be a
problem. Could you try creating a new Pocket PC
smartdevice project, importing all your .cs and resource
files and deploying it instead?
 
Back
Top