我最近刚开始使用sitecore这个问题。每当我尝试使用模板添加新项目时,我都会收到以下错误。有人可以帮助我为什么会这样。
无法解析类型名称:Sitecore.Buckets.Pipelines.UI.AddFromTemplate.SelectItem(方法:Sitecore.Configuration.Factory.CreateType(XmlNode configNode,String []参数,布尔断言))。
堆栈追踪:
[Exception: Could not resolve type name: Sitecore.Buckets.Pipelines.UI.AddFromTemplate.SelectItem (method: Sitecore.Configuration.Factory.CreateType(XmlNode configNode, String[] parameters, Boolean assert)).]
Sitecore.Diagnostics.Error.Raise(String error, String method) +138
Sitecore.Configuration.Factory.CreateType(XmlNode configNode, String[] parameters, Boolean assert) +428
Sitecore.Configuration.Factory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert) +67
Sitecore.Configuration.Factory.CreateObject(XmlNode configNode, String[] parameters, Boolean assert, IFactoryHelper helper) +141
Sitecore.Pipelines.Processor.Parse(XmlNode node) +401
Sitecore.Pipelines.PipelineFactory.GetProcessors(String pipelineName) +376
Sitecore.Pipelines.PipelineFactory.GetPipeline(String pipelineName) +74
Sitecore.Web.UI.Sheer.ClientPage.Start(String processor, NameValueCollection parameters) +94
Sitecore.Shell.Framework.Items.Start(String pipelineName, Item item) +273
Sitecore.Shell.Framework.Dispatcher.Dispatch(Message message, CommandContext context) +193
Sitecore.Shell.Applications.ContentManager.ContentEditorForm.HandleMessage(Message message) +1874
Sitecore.Shell.Framework.Commands.MessageCommand.Execute(CommandContext context) +168
Sitecore.Web.UI.Sheer.ClientPage.OnPreRender(EventArgs e) +612
Sitecore.Shell.Applications.ContentManager.ContentEditorPage.OnPreRender(EventArgs e) +25
System.Web.UI.Control.PreRenderRecursiveInternal() +113
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297