我找到了解决方案。我最近将计算机升级到了Windows 2008 Server
64位。SqlServer.Replication命名空间是为32位平台编写的。为了使它再次运行,我要做的就是将Project Build
Properties中的Target Platform设置为X86。

我找到了解决方案。我最近将计算机升级到了Windows 2008 Server
64位。SqlServer.Replication命名空间是为32位平台编写的。为了使它再次运行,我要做的就是将Project Build
Properties中的Target Platform设置为X86。