Outlook日志调试输出

时间:2016-09-26 12:44:42

标签: c# visual-studio outlook

我正在使用VisualStudio Pro 2015和Outlook 2013开发Outlook Addin。当我使用F5启动功能区时,它会在VisualStudio中启动Outlook,我可以在VisualStudio控制台中看到Outlook输出非常有用。例如:

'outlook.exe' (CLR v4.0.30319: DefaultDomain) : Chargé 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
'outlook.exe' (CLR v4.0.30319: DefaultDomain) : Chargé 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
'outlook.exe' (CLR v4.0.30319: DefaultDomain) : Chargé 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
'outlook.exe' (CLR v4.0.30319: DefaultDomain) : Chargé 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Deployment.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Deployment.resources.dll'. Le module a été généré sans symboles.
Exception levée : 'System.Deployment.Application.DeploymentException' dans System.Deployment.dll
'outlook.exe' (CLR v4.0.30319: DefaultDomain) : Chargé 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
Exception levée : 'System.Security.Cryptography.CryptographicException' dans Microsoft.VisualStudio.Tools.Applications.Hosting.dll
Le thread 0x1224 s'est arrêté avec le code 0 (0x0).

但是当我在VisualStudio外面启动Outlook时,我不知道在哪里可以找到这些日志。我已启用全局和高级日志记录,但%temp%\ Outlook Logging文件夹中的日志完全无用或不可读,并且不包含我上面列出的内容。

您是否知道如何使Outlook记录它的“调试输出”

亲切的问候,

0 个答案:

没有答案
相关问题