Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing RDA on a Desktop Application?
    primarykey
    data
    text
    <p>I have a .NET 3.5 Compact Framework project that uses RDA for moving data between its mobile device's local SqlCe database and a remote MSSql-2008 server(it uses RDA Push and Pull).</p> <p>The server machine a virtual directory with sqlcesa35.dll (v3.5.5386.0) setup for RDA. We usually install these cabs on the mobile devices and the RDA process does not have any problems:<br> sqlce.wce5.armv4i.cab<br> sqlce.repl.wce5.armv4i.cab</p> <p>Now I am trying to run this application as a desktop application. RDA Pull (download) has been working well. But the RDA Push (upload) is giving me some problems.</p> <p>This is the exception that I get on the desktop application when I try to use RDA Push:</p> <blockquote> <p>System.Data.SqlServerCe.SqlCeException </p> <p>The Client Agent and Server Agent component versions are incompatible. The compatible versions are: Client Agent versions 3.0 and 3.5 with Server Agent versions 3.5 and Client Agent version 3.5 with Server Agent version 3.5. Re-install the replication components with the matching versions for client and server agents. [ 35,30,Client Agent version = ,Server Agent version = ]</p> </blockquote> <p>I have tried copying the file</p> <blockquote> <p>C:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Desktop\SqlServerCe.dll (v3.5.5692.0)</p> </blockquote> <p>to bin\debug</p> <p>I have also tried copying another version of SqlServerCe.dll (v3.0.5206.0) to bin\debug. But this just gives me a slightly different exception:</p> <blockquote> <p>System.Data.SqlServerCe.SqlCeException [ 35,30 ]</p> </blockquote> <p>Is there a different setup or any different dlls that I need to use?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload