How to install .net compact framework and sql server ce and What type of files?

K

ksskumar2000

My device : TOSHIBA Pocket PC e740
Device processor : Intel (R) PXA250

My queries are

1. To install .net compact frame work and sql server ce, what files
should I install it from the following,

....\wce300\arm
or
....\wce300\armv4
or
....\wce400\armv4
or
....\wce400\armv4t

2. How to manually install these files ?

3. Is there any VB.NET sample code for installing thse file in any
site?

Thanks in advance,
Sen
 
D

Darren Shaffer

you want to install the CAB files for the Compact Framework and SQL CE for
wce400\armv4. they are usually located at:

C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\armv4

and called:

netcf.all.wce4.armv4.cab
sqlce.wce4.armv4.CAB

You can't write VB.Net code to install them - you need the compact framework
to run your VB.Net code on device.
Just copy them to your device using File Explorer and click on them on
device to install. Or, if you write a VB.Net
smart device program using Visual Studio 2003 and add a reference to SQL CE,
they will both automatically be
placed on your device when you build and deploy your project to device.

Darren Shaffer
Principal Architect
Connected Innovation
 

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