PROBLEM:
If you get error in SharePoint 2010 most of them are generic like this one, where only thing we can see is Correlation ID.
SOLUTION:
To see the real error and pin point the real problem you have to
- Copy the Correlation ID from the error message
- Run SharePoint 2010 Management Shell
- Run the following command with your Correlation ID
get-splogevent | ?{$_.Correlation -eq "CORRELATION ID"} | select Area, Category, Level, EventID, Message |Format-List
本文介绍了解决SharePoint中出现的无法加载组件或依赖项的问题的方法。首先尝试安装微软的知识库补丁,如果问题仍然存在,则使用ngen.exe生成本机映像以找出未能加载的依赖项。此外,还提供了一种通过相关ID来查找SharePoint 2010中实际错误的方法。

912

被折叠的 条评论
为什么被折叠?



