我开发了一个适用于Outlook的VSTO加载项,它似乎正常运行。但是,当我关闭Outlook客户端时,我收到以下错误消息:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: OUTLOOK.EXE
Problem Signature 02: 12.0.6776.5000
Problem Signature 03: 59a44e6f
Problem Signature 04: mscorlib
Problem Signature 05: 4.7.2116.0
Problem Signature 06: 59c475d2
Problem Signature 07: 3af5
Problem Signature 08: e
Problem Signature 09: System.Exception
OS Version: 6.1.7601.2.1.0.256.27
Locale ID: 1033
Additional information about the problem:
LCID: 1033
Brand: Office12Crash
skulcid: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
使用以下屏幕截图:
这主要发生在我第一次安装加载项时。在两者之间,有时在关闭Outlook时不会发生此类错误。有谁知道如何调试此错误?我的所有研究都只是指出禁用加载项......
Outlook版本是2007.VSTO加载项目标环境是.NET 4.0。