Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了一个c# Outlook 2013 VSTO Addin插件,并且在大多数客户端上都可以正常工作。
c# Outlook 2013 VSTO Addin
在某些客户端上,我的插件导致 Outlook 崩溃。疯狂的是前景只是不时崩溃。
如何找出 Outlook 崩溃的原因?
有工具吗?
我已经使用了环境变量 VSTO_SUPPRESSDISPLAYALERTS,VSTO_LOGALERTS 但现在成功了。
VSTO_SUPPRESSDISPLAYALERTS
VSTO_LOGALERTS
关注这篇Microsoft 支持文章。- 它清楚地解释了如何使用 Outlook 稳定性诊断工具解决崩溃和问题。