ms-access – 如何防止“请告诉Microsoft有关此问题”的对话框

前端之家收集整理的这篇文章主要介绍了ms-access – 如何防止“请告诉Microsoft有关此问题”的对话框前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我们有一个错误,我们似乎无法找到,也没有需要/资源来尝试跟踪它.我们需要做的就是让杂乱无章的“请告诉微软有关此问题”的对话框使服务器变得混乱.

它来自MS-Access错误(我们认为),但我无法找到安装Access的位置(我认为不是这样);任何驱动器上都没有MS Office目录.

如果我们可以阻止对话框显示那将是伟大的.

谢谢.

规范:Window Server 2003 sp2

解决方法

http://www.codeproject.com/KB/exception/UnhandledExceptionClass.aspx开始:

If you also want to disable the Windows “Send Error Report” dialog on your computer,right-click on the “My Computer” icon,select “Properties”,switch to the “Advanced” tab,and click on the “Error Reporting” button. In the Options dialog,select the “Disable error reporting” radio button:

比较http://www.codeproject.com/KB/exception/ExceptionHandling.aspx以获得一般.NET异常处理的健全性.

猜你在找的Windows相关文章