从 wpf 应用程序重新启动 MSDTC 服务

发布于 2024-11-04 06:28:02 字数 97 浏览 1 评论 0原文

使用多个实体框架数据模型时,MSDTC 服务不断自行关闭。唯一的解决方案是手动重新启动 MSDTC 服务,如何在 wpf 应用程序中使用 c# 重新启动服务?

谢谢

MSDTC service keeps shutting it self down when using multiple entity framework data models. The only solution is to manually restart the MSDTC service, how can I restart the service using c# in a wpf application?

Thanks

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

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

发布评论

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

评论(1

霊感 2024-11-11 06:28:02

MSDTC 作为常规 Windows 服务以“分布式事务协调器”的名称运行。您可以使用 ServiceController 类(使用 System.ServiceProcess)停止和启动它。

MSDTC runs as a regular Windows service under the name "Distributed Transaction Coordinator". You can stop and start it using the ServiceController class (using System.ServiceProcess).

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