Deploy .net application on pocket pc with Win CE 4.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have install an .NET application by copy and extract CAB-file. A start is
not possible; error message is:
Cannot start `PDAApp' (or one of its components). Make sure the path and
filename are correct and that all the required libraries are available.

I think, the Compact Framework is not available. What´s to do, to correct
install an .NET application.
Can i use the msi-file from Visual Studio .NET 2003 - Setup and deployment
project?
I try it, but Pocket pc cannot execute msi-File and also setup.exe.

Thank you for help.
 
You can download the Runtime installer here:-
http://www.microsoft.com/downloads/...da-fc5d-41cc-ac04-7bb50a134556&displaylang=en

Execute this msi file on your desktop computer and it will install the
..NETCF cab file to the device using ActiveSync. Alternatively you can copy
the relevant cab file to the device and install there. For this you can
download the Developer Redistributable which installs all the cab files for
each device type:-
http://www.microsoft.com/downloads/...43-09b3-46d8-ba28-bc494bc20d26&displaylang=en

You'll need to check the version of your device and in the case of Pocket PC
2000, the CPU version. e.g.
for a PPC2000 mips device
netcf.core.ppc3.mips.cab

for a PPC2003 device (All ARMv4 based)
netcf.all.wce4.ARMV4.cab

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Thank you Peter,
now i have also understand the algorithm for mobile device installations.
I have installation correctly completed.
 
Back
Top