Can I automatically provision my SQL CE database when I am using SqlCeSyncProvider for sync.
I have to sync my sql ce database from a SQL server. Initally the sql ce file is not there so sync operation should create the file/database and all the tables that are synched.
I can do this when using SyncAgent and SqlCEClientProvider (it created DB and table and sync data), but when I use SqlCeSyncProvider, the beginSession (I am writing a custom provider over wcf proxy which will internally call/use sqlCeSyncProvider) calls
fails with message "table not found".
Regards
singhhome