views:

63

answers:

1

Hi

i buield PPC (mobile) program that use sql CE and FrameWork 3.5 (on VS2008)

which file's I need to run or install before I'll run my program ?

thank's in advance

+1  A: 

The device needs .NET Compact Framework installed. It is automatically installed when you deploy directly from Visual Studio; otherwise, it can be installed with the .NET Compact Framework 3.5 Redistributable.

As for SQL CE, installation CABs are located within your Visual Studio folder, typically
C:\Program Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\SQL Server\Client\v2.0

Tormod Fjeldskår