我正在尝试在WPF应用程序中以编程方式调用我的SSIS程序包(如显示Here),直到昨天运行良好,但是现在遇到以下错误。
WPFApp.exe中发生了类型为'System.MissingMethodException'的未处理异常 找不到方法:“ Microsoft.SqlServer.Management.Common.ISfcConnection Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.GetConnection()”。
到目前为止,我已经尝试过:
注意: Microsoft.SqlServer.Management.IntegrationServices Verison = 14.0.0.0(从GAC引用) Microsoft.SqlServer.Management.Sdk.Sfc版本= 14.100.0.0(程序文件) Microsoft.SqlServer.Smo版本= 14.100.0.0(程序文件)
我没有用于IntergrationServices dll的版本14.1。我尝试添加Sdk.Sfc和Smo dll版本14.0,但随后出现另一个错误。
这让我发疯,感谢您的帮助。