将 Microsoft StreamInsight 事件流调试器与进程内主机结合使用

发布于 2024-12-16 19:40:01 字数 634 浏览 5 评论 0 原文

我正在尝试使用事件流调试器工具连接到在 Visual Studio(而不是 Windows 服务版本)中运行的进程内 StreamInsight 主机,但没有成功。

有人有这方面的经验吗?我正在查看以下博客文章:

端到端 StreamInsight 示例:http://blogs.msdn.com/b/masimms/archive/2010/08/10/building-your-first-end-to-end-streaminsight-application.aspx

在-进程与独立主机部署模型:http://seroter.wordpress.com/ 2010/06/27/利用和管理-streaminsight-standalone-host/

I'm trying connect to an in-process StreamInsight host running in Visual Studio (as opposed to the windows service version) using the Event Flow Debugger tool, and I have been unsuccessful.

Does anyone have experience with this? I'm looking at the following blog posts:

End to end StreamInsight example: http://blogs.msdn.com/b/masimms/archive/2010/08/10/building-your-first-end-to-end-streaminsight-application.aspx

In-process vs. Standalone Host deployment models: http://seroter.wordpress.com/2010/06/27/leveraging-and-managing-the-streaminsight-standalone-host/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

镜花水月 2024-12-23 19:40:01

您需要为任何嵌入式 StreamInsight 主机显式打开 WCF 管理服务端点。您可以选择您有权创建的任何 URL。在打开管理点主机的情况下启动嵌入式服务器后,您可以将事件流调试器连接到所选的 URL。

对于独立主机,StreamInsight.exe.config 文件中有一个条目,其中包含独立 Windows 服务使用的管理服务终结点 URL。当您启动与实例关联的 Windows 服务时,会自动打开该主机。

You need to explicitly open up a WCF management service endpoint for any embedded StreamInsight host. You can choose any URL that you have permission to create. Once you start up your embedded server with the management point host opened, you can connect the Event Flow Debugger to the URL chosen.

For the standalone host, there is an entry in the StreamInsight.exe.config file that holds the management service endpoint URL used by the standalone Windows Service. This host is automatically opened when you start the Windows Service associated with the instance.

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