XDA II vs XDA II Mini

G

Guest

Hi,

I have developed some software that runs perfect under the XDA II model. It
was made with VB.NET 2003. When deploying I install the following files:-
netcf.core.ppc3.arm.cab
OpenNETCF.SDF.ppc3.arm.cab
[My Software]

Everything works fine on the normal XDA II model. When I try and deploy to
the XDA II Mini it errors saying incorrect version on the netcf and possibly
the opennetcf.

What files should I be installing to make this work correctly?

Much appreciated.
 
I

Ilya Tumanov [MS]

First of all, you're using incorrect CAB: netcf.core.ppc3.arm.cab is
intended for PPC 2000/2002 only.

Correct CAB for both XDA II (PPC 2003) and XDA II Mini (PPC 2003SE) is
netcf.all.wce4.armv4.cab.



Error you're talking about is probably not an error but compatibility
warning which shows on PPC 2003 SE for old CABs.

You can safely ignore it. I believe it's fixed in NETCF V1 SP3. Or, you
don't have to install NETCF on to PPC 2003, it's already in ROM.


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

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