I have written an application that I need to place on a SQL Server that pulls information from a SQL Server database and places it into a SQL Server CE database, however when I try to run it I get the error message that the dll’s for SQL Server CE are missing.
Do I need to install SQL Server CE on the server or is there a better way?
You can include the required DLL files with your app, no install required.