Server Sitecore 8内容编辑器错误

Server Sitecore 8内容编辑器错误,server,sitecore,sitecore8,content-editor,Server,Sitecore,Sitecore8,Content Editor,嘿,我在下面看到了这个错误,我已经尝试了解决方案,但似乎可以解决它。有人能给我指一下正确的方向吗 任何帮助都将不胜感激 [NullReferenceException: Object reference not set to an instance of an object.] Sitecore.PathAnalyzer.Extensions.ItemExtensions.InheritsFromTemplate(Item item, ID templateId, Boolean recursi

嘿,我在下面看到了这个错误,我已经尝试了解决方案,但似乎可以解决它。有人能给我指一下正确的方向吗

任何帮助都将不胜感激

[NullReferenceException: Object reference not set to an instance of an object.]
Sitecore.PathAnalyzer.Extensions.ItemExtensions.InheritsFromTemplate(Item item, ID templateId, Boolean recursive) +71
   Sitecore.PathAnalyzer.Client.Pipelines.GetContentEditorWarnings.TreeDefinitionDeployment.Process(GetContentEditorWarningsArgs args) +68
   (Object , Object[] ) +79
   Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +364
   Sitecore.Shell.Applications.ContentManager.Editor.GetWarnings(Boolean hasSections) +270
   Sitecore.Shell.Applications.ContentManager.Editor.Render(RenderContentEditorArgs args, Control parent) +177
   Sitecore.Shell.Applications.ContentManager.ContentEditorForm.RenderEditor(Item item, Item root, Control parent, Boolean showEditor) +230
   Sitecore.Shell.Applications.ContentManager.ContentEditorForm.UpdateEditor(Item folder, Item root, Boolean showEditor) +366
   Sitecore.Shell.Applications.ContentManager.ContentEditorForm.Update() +406
   Sitecore.Shell.Applications.ContentManager.ContentEditorForm.OnPreRendered(EventArgs e) +211

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
   System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +76
   System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +211
   System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +35
   Sitecore.Reflection.ReflectionUtil.CallMethod(Type type, Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +37
   Sitecore.Reflection.ReflectionUtil.CallMethod(Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +66
   Sitecore.Shell.Applications.ContentManager.ContentEditorPage.OnPreRender(EventArgs e) +117
   System.Web.UI.Control.PreRenderRecursiveInternal() +113
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297

发生此错误时,您在做什么?只是在CD服务器上查看页面?是的,我打开了服务器上的内容编辑器,发现了错误。除了内容编辑器,其他一切都可以正常工作。我通常尝试的两件事是恢复核心数据库的干净实例,然后根据我所在的版本获取可分发的文件,并将其放入根目录中,以确保不丢失任何内容:P 80%的时间修复了这样的问题!如果这不能解决问题,那么您需要进行一些调试!没有安装模块,只是一个全新的安装。它的Sitecore.NET 8.0。我会尝试一下。你能确保你的项目没有引用与你部署到的站点不同的dll吗?我有时会看到这样的情况,当你的项目基于你已有的模板,有一两次更新后的DLL。当这个错误发生时,你在做什么?只是在CD服务器上查看页面?是的,我打开了服务器上的内容编辑器,发现了错误。除了内容编辑器,其他一切都可以正常工作。我通常尝试的两件事是恢复核心数据库的干净实例,然后根据我所在的版本获取可分发的文件,并将其放入根目录中,以确保不丢失任何内容:P 80%的时间修复了这样的问题!如果这不能解决问题,那么您需要进行一些调试!没有安装模块,只是一个全新的安装。它的Sitecore.NET 8.0。我会尝试一下。你能确保你的项目没有引用与你部署到的站点不同的dll吗?我有时会看到,当您的项目基于您已有的模板时,有一两次更新后的DLL。