SqlServerPipelineHost 和 SqlServer.DtsMsg 的 .Net 安装问题
我向 vb 2005 Windows 应用程序添加了一个 Web 服务使用者,并尝试将其安装在另一台已安装早期版本的计算机上(ClickOnce 部署)。出现错误,提示我需要在 GAC 中安装 Microsoft.SqlServer.PipelineHost。我将 PipelineHost 添加到引用列表中并将其标记为 Copy Local = true,重建解决方案,发布它并尝试将其安装在另一台计算机上。
这次它说我需要安装 Microsoft.SqlServer。DtsMsg,但是,该组件没有显示在我的 .Net 组件列表中。
我该去哪里?
谢谢。
I added a web service consumer to a vb 2005 Windows app and tried to install it on another computer, which had an earlier version already installed (ClickOnce deployment). An error came up saying I needed to install Microsoft.SqlServer.PipelineHost in the GAC. I added PipelineHost to the list of references and marked it Copy Local = true, rebuilt the solution, published it and tried to install it on that other computer.
This time it said I needed to install Microsoft.SqlServer.DtsMsg, however, that component does not show up on my list of .Net components.
Where do I go from here?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是在“应用程序文件”列表中找到该项目并强制将它们包含在包中。
The answer was to find the item in the Application Files list and to force Include them in the package.