如何从“请告诉 Microsoft 有关此情况”的错误报告 对话?

发布于 2024-07-15 18:45:07 字数 208 浏览 4 评论 0原文

我编写的一个程序在启动时崩溃。 (Win XP)。

对话框“请告诉 Microsoft 有关此问题的信息。” 出现。 我想知道这个问题,因为这是我的应用程序。

问题是,单击(单击链接:“查看错误报告的内容”),“错误报告内容”对话框不允许我的客户将其内容复制到剪贴板。

您知道用户如何获取此报告的副本并将其转发给我(开发人员)吗?

A program I wrote crashes on startup. (Win XP).

A dialog "Please tell Microsoft about this problem." appears. I want to be told about the problem since it's my app.

Thing is, clicking through (clicking link: 'View the contents of the error report'), the "Error Report Contents" dialog doesn't let my customers copy its contents to the clipboard.

Do you know how a user can get a copy of this report to forward to me, the developer?

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

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

发布评论

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

评论(3

江湖彼岸 2024-07-22 18:45:07

不用担心。 开发者可以订阅WinQual。 Microsoft 随后会将错误报告转发给他们。

Don't worry. The developers can subscribe to WinQual. Microsoft will then forward the error reports to them.

三人与歌 2024-07-22 18:45:07

Windows 错误报告是 Microsoft Winqual 服务的一部分。

  1. 在 Winqual 网站上注册。 您需要购买 SSL 证书来识别您自己和您的组织的身份,而不仅仅是使用用户名/密码登录。 如果您仅需要证书用于身份识别,则费用为 99 美元。 如果您还想用它来签署代码,价格为 499 美元。
  2. 在应用程序的本地副本上运行 Microsoft 产品反馈映射工具(可从 Winqual 站点获取),并将结果提交到 Winqual 网站。 这将向 Winqual 注册您的应用程序。
  3. 从此时起,如果您登录 Winqual,您就可以查看通过 Windows 错误报告针对您提交的应用程序报告的任何错误。

Windows Error Reporting is part of Microsoft's Winqual service.

  1. Sign up at the Winqual web site. Instead of just using a username/password to log in, you'll need to purchase an SSL certificate to identify yourself and your organization. This costs $99 if you only need the cert for identification purposes. If you also want to use it to sign code, it's $499.
  2. Run the Microsoft Product Feedback Mapping Tool (available from the Winqual site) on a local copy of your application, and submit the results to the Winqual web site. This registers your application with Winqual.
  3. From this point forward, any errors reported via Windows Error Reporting against your submitted applications are available to you if you log in to Winqual.
波浪屿的海角声 2024-07-22 18:45:07

使用 Alt-printscreen 抓取活动窗口的副本,然后将其粘贴到 Word 或其他内容中。

Use Alt-printscreen that grabs a copy of the active window, then paste it into word or something.

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