How I can install SQLCE and CF?

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

Hi

How I can generate .cab file for install my aplication and all auxiliar
programs (SQLCE, CF etc) into pocket PC 2002?
 
Look for the cabs you need on you Visual Studio folder in the program files.

Something like this:

C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\armv4
 
By making a reference to sqlCe in your .NET CF project SQLCe should be
uploaded automatically to your PPC.
 
Back
Top