Distributing .netCF 2.0 with a Windows Mobile 5 app

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

Guest

Microsoft in their haste to release Windows Mobile 5 did so before the 2.0
version of the .net Compact Framework was ready to ship. Thus, the version
of the framework that Visual Studio 2005 based managed smart device projects
depend on is not available on most consumer hardware.

How can the 2.0 version of the framework be distributed and installed as
part of my application installer?
 
You could include NETCF CAB(s) with your desktop installer and install them
the same way as your application CAB(s).

For example:
http://msdn.microsoft.com/library/d...us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp

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).
 
Back
Top