I am using Sync Framework in SL App to sync Sql Server and local SqlCe DB.
Having problem in connecting to Sqlce. Getting an Exception here
new SqlCeConnection("http://localhost/Sample.sdf");
Error:
ArgumentException was unhandled by user code.
The connection object is not valid. Cannot create a new instance of the connection object."
Thanks