仅当 Visual Studio 附加到进程时才会调用 Windows 服务

发布于 2024-08-30 13:06:50 字数 375 浏览 3 评论 0原文

我使用 Visual Studio 2010 在 C# 中创建了一个简单的 Windows 服务。它使用 TcpListener 和套接字来侦听给定端口上的消息。当我的笔记本电脑上装有 Windows Vista 时,这绝对完美。但是,自从升级到 Windows 7 并重新安装我的服务后,只有当我附加到进程并在 Visual Studio 2010 中进行调试时,它才会响应 - 此时它的行为将按预期进行。

我尝试在我的(管理员)凭据下运行该服务并将 exe 设置为以管理员身份运行。当它在本地系统帐户下运行时,我还检查了“允许服务与桌面交互”。

我正在使用测试控制台应用程序和 Adob​​e Air 应用程序进行测试 - 两者的结果相同。

我是否需要一些特定权限才能允许调用该服务?

I've created a simple windows service in C# using Visual Studio 2010. It uses a TcpListener and socket to listen for messages on a given port. This worked absolutely perfectly when my laptop had Windows Vista on it. However, since upgrading to Windows 7 and re-installing my service it only responds if I'm attached to the process and debugging in Visual Studio 2010 - at which time it behaves as expected.

I've tried running the service under my (administrator) credentials and setting the exe to run as administrator. I've also checked "Allow service to interact with desktop" when it was running under the Local System account.

I'm testing using both a test console app and an Adobe Air application - both with the same results.

Are there some specific permissions that I need to allow the service to be called?

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

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

发布评论

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

评论(1

爱给你人给你 2024-09-06 13:06:50

尝试在 Windows 防火墙中为可执行文件添加例外。

Try adding an exception for your executable in Windows Firewall.

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