SqlServerPipelineHost 和 SqlServer.DtsMsg 的 .Net 安装问题

发布于 2024-08-28 04:20:50 字数 327 浏览 6 评论 0原文

我向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缺⑴份安定 2024-09-04 04:20:50

答案是在“应用程序文件”列表中找到该项目并强制将它们包含在包中。

The answer was to find the item in the Application Files list and to force Include them in the package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文