How do I get an error report from a “Please tell Microsoft about this” dialog?

后端 未结 3 1526
孤街浪徒
孤街浪徒 2021-01-14 15:38

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 ap

相关标签:
3条回答
  • 2021-01-14 16:05

    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.
    0 讨论(0)
  • 2021-01-14 16:06

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

    0 讨论(0)
  • 2021-01-14 16:25

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

    0 讨论(0)
提交回复
热议问题