如何获取有关事件查看器 - Windows 日志错误的更多信息?

如何获取有关事件查看器 - Windows 日志错误的更多信息?

我编写的应用程序抛出了错误(在我的应用程序日志中):

 SocialNetworking.Facebook 
   b0ceb124-b183-4b66-aa10-39fd9e142bn4 
 Could not load file or assembly 'Microsoft.Contracts, Version=1.0.0.0, 
   Culture=neutral, PublicKeyToken=736440c9b414ea16' or one of its dependencies. 
   The system cannot find the file specified. 

我已在 GAC 中注册了程序集,因此我不确定它在哪里寻找这个。有没有办法找出它在哪里寻找,或者获取错误的堆栈跟踪?

答案1

运行 SysInternals (Microsoft) ProcessMonitor (这里) 查看它正在寻找哪个文件。

相关内容