jit 调试是由用户帐户启动的 - 有什么问题?

发布于 2024-12-02 11:47:58 字数 233 浏览 3 评论 0原文

我们有一个 WPF 应用程序...它是使用单击一次方法部署的。 我们将其部署在 Intranet Web 服务器中……人们可以通过网页 (index.html) 中的链接将其安装在自己的计算机中。

一名小时团队成员遇到以下错误

Jit 调试失败并出现以下错误:访问被拒绝 jit 调试由用户帐户“abc\abc918”启动 单击文档索引“及时调试错误以获取更多信息”

请帮助我了解此错误的含义。提前致谢。

We have a WPF application...which is deployed using click once approach.
We deployed it in a intranet webserver...and people can install it in their machine from a link available in a web page (index.html).

One of hour team member got the following error

Jit debugging failed with following error: Access denied
jit debugging was initiated by the user account "abc\abc918"
Click the documentation index for "just in time debugging errors for more information"

Please help me to understand what is this error about. Thanks in advance.

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

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

发布评论

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

评论(1

吾家有女初长成 2024-12-09 11:47:58

这通常是代码中包含 System.Diagnostics.Debugger.Break 的结果。这需要当前用户属于“调试器用户”组才能运行。如果不是,那么您将收到此错误。

这种情况经常发生在托管 ASP.Net 站点上 - 有关详细信息,请参阅此知识库文章

This is typically a result of having System.Diagnostics.Debugger.Break in your code. This requires the current user to part of the "Debugger Users" group in order to function. If you are not, then you'll receive this error.

This frequently occurs on hosted ASP.Net sites - see this KB Article for details.

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