如何获取有关事件查看器的更多信息 – 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注册了程序集,所以我不确定它在哪里寻找这个。 有什么方法可以找出它的外观或者可以得到堆栈跟踪的错误?

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