Hello,
is there any way to use RMO in .NET 1.1 application? Using "native" RMO is obviously unavailable (Microsoft.SqlServer.Replication namespace is not present in "add reference" dialog box in VS2003). I tried using ActiveX object (SqlMerge class v. 9.0 in sqlmergx.dll), but execution of Run() fails and "2.0 is not valid version" exception is thrown. For some reasons I must write application running in 1.1 Framework that allows synchronizing SQL 2005. And I mustn't use command line agent executable...
Thanks in advance
Kuba