【发布时间】:2011-02-10 15:56:43
【问题描述】:
Windows 7 具有运行服务的会话 0,以及与用户交互的其他会话。
在会话 0 中运行的 WCF 客户端无法看到在会话 1 中公开的管道,除非::
- 设置
SeCreateGlobalPrivilege- 不适合我 - 显示作为会话 0 用户运行但对会话 1 用户可见的 UI - 当服务使用
CreateProcessAsUser启动 UI 时,这是可能的 - 使用其他绑定,例如
netTcpBinding
还有其他解决方案吗?
这个问题也出现在a Microsoft forum post
【问题讨论】:
标签: wcf session windows-7 named-pipes netnamedpipebinding