以前有没有人在Sitecore中见过这个错误?
Could not get pipeline: hasPresentation (domain: )
[InvalidOperationException: Could not get pipeline: hasPresentation (domain: )]
Sitecore.Pipelines.CorePipeline.Run(String pipelineName, PipelineArgs args, String pipelineDomain, Boolean failIfNotExists) +460
Sitecore.Pipelines.HasPresentation.HasPresentationPipeline.Run(Item item) +149
Sitecore.Shell.Applications.WebEdit.WebEditRibbonForm.RenderTreecrumbGo(HtmlTextWriter output, Item item) +147
Sitecore.Shell.Applications.WebEdit.WebEditRibbonForm.RenderTreecrumb(Item item) +233
Sitecore.Shell.Applications.WebEdit.WebEditRibbonForm.OnLoad(EventArgs e) +1103发布于 2013-03-19 15:59:50
查看https://sdn.sitecore.net/Products/Sitecore%20V5/Sitecore%20CMS%206/ReleaseNotes/webConfig/660_121015.aspx上的信息,HasPresentation管道是在Sitecore CMS 6.6.0版本121015 (更新-1)中引入的。
当找不到管道时,会抛出您遇到的异常。看起来您的Sitecore.Kernel.dll版本与您的配置版本不匹配。
您是否正在尝试升级Sitecore版本?您的web应用程序的bin目录中有哪些版本的Sitecore dll?
https://stackoverflow.com/questions/15493852
复制相似问题