compact framework merge replication problem

V

Vikram

Hi,

I am trying to do sql server ce merge replication
using .net compact framework. The problem is, when I
execute the application, it creates database on my pocket
pc, but does not create any tables inside. I have only
one table included in the publication. But it created
empty database.

any help?

Thanks in advance

Vikram
 
P

Paul E Harris

The empty DB means that replication didn't work. There's
many steps to try from here:
-Type the URL to your replication server into your browser
complete with sscesa20.dll on the end. This should bring
up a text string indicating that the DLL loaded
succesfully.
-Verify that IIS has rights to the SQL DB.
-Re-init your subscriptions in SQL.
....
keep us posted.
-Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top