需要发布版本中 .NET 程序集的调试信息

发布于 2024-08-13 21:57:43 字数 186 浏览 5 评论 0原文

当我的任何 .NET 程序集中发生错误时,用户只会收到一条通用错误,提示“MyApp 遇到问题,需要关闭。对于给您带来的不便,我们深表歉意。”如果可能的话,我希望用户看到错误消息和行号。

据我了解,您需要将 pdb 文件与程序集一起部署。我这样做了,但没有效果。这是一个 Windows 应用程序。

对我所缺少的有什么想法吗?

When an error occurs in any of my .NET assemblies the user just gets a generic error saying "MyApp has encountered a problem and needs to close. We are sorry for the inconvenience." I would like the user to to see the error message and line number if possible.

From what I understand you need to deploy the pdb file along with your assembly. I did that, but it had no effect. This is a Windows application.

Any ideas on what I'm missing?

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

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

发布评论

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

评论(1

南街女流氓 2024-08-20 21:57:43

您应该在高层捕获异常并向用户呈现一个包含异常信息的自定义对话框。

You should trap the Exception at high level and present a custom dialog box to the user with the exception informations.

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