Remote access to mobile databases
Home | Products | Buy | Support | Downloads | Contacts | Forum | Blog Search

open all | close all

DesktopSqlCe FAQ

How do I install my application on the user's PC?

To correctly install your application on a user PC, you need to deploy the following DLL files:

DLL file Description
Primeworks.DesktopSqlCe.dll Managed client code of DesktopSqlCe. Implements all the .NET classes that are consumed by your application.
dssce.dll Native code client where all the low-level functions are implemented. The code in Primeworks.DesktopSqlCe.dll makes an explicit reference to this file so it is required.
LocSqlCe.dll Native code server for desktop SDF files. Not required if your application works only with SDF files on Windows CE or Windows Mobile devices.

These files can be placed in your application's startup directory and they do not require any registering.