.NET CF 2.0 not deployed with my application

G

Guest

I'm trying to deploy my VS 2005 application to a PPC 2003 and it does not
deploy .NET CF to the device. I do have 'Deploy the latest version of the
..NET Compact Framework (including Service Packs)' checked. What could be the
reason?
Thank you for any help.
 
P

Paul G. Tobey [eMVP]

Do you have a later version of the framework than is on the device on your
development PC? If the device has .NET CF 2.0 on it already, nothing will
happen, either. Give us the details...

Paul T.
 
G

Guest

I don't have any CF installed on the device. And when I deploy my app, I get
this error: "The specified program requires a newer version of Windows on the
device." I'm guessing this is because my app requires CF 2.0, which is not on
the device, so I'm trying to put it there...Maybe this message means
something else (I could not find anything useful about it on the Internet).
 
G

Guest

From what I know, VS 2005 should work with PPC 2003. When I was creating the
project I chose Smart Device\Pocket PC 2003 as the Project type.
 
P

Paul G. Tobey [eMVP]

Was the application compiled against the Windows Mobile 5 SDK, rather than
the PPC2003 SDK or something? I don't remember seeing that message before,
but I don't do a lot of Windows Mobile stuff.

Paul T.
 
P

Paul G. Tobey [eMVP]

Yes, it does. That's actually what I target frequently when building
applications for Windows CE (generic) 4.2.

Paul T.
 
J

Jo

Yes, it does. That's actually what I target frequently when building
applications for Windows CE (generic) 4.2.

Paul T.

HI there:

u probably need to include the cab file its called someting like
netcfv2.ppc.armv4.CAB
you can download this from the microsoft site, its a differnent file
if you are targeting windows mobile 5
hope it helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top