无法在sitecore内容树中添加新项目

无法在sitecore内容树中添加新项目,sitecore,Sitecore,我对sitecore有一个最近开始出现的问题。每当我尝试使用模板添加新项时,都会出现以下错误。有人能帮我解释一下为什么会这样吗 无法解析类型名称:Sitecore.Bucket.Pipelines.UI.AddFromTemplate.SelectItem(方法:Sitecore.Configuration.Factory.CreateType(XmlNode configNode,字符串[]参数,布尔断言))。 堆栈跟踪: [Exception: Could not resolve type

我对sitecore有一个最近开始出现的问题。每当我尝试使用模板添加新项时,都会出现以下错误。有人能帮我解释一下为什么会这样吗

无法解析类型名称:Sitecore.Bucket.Pipelines.UI.AddFromTemplate.SelectItem(方法:Sitecore.Configuration.Factory.CreateType(XmlNode configNode,字符串[]参数,布尔断言))。

堆栈跟踪:

[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 

看起来好像是从您的web应用程序
bin
文件夹中删除了
Sitecore.bucket.dll
。检查它是否存在,如果不存在,请从vanilla Sitecore.zip复制它。请记住使用应用程序使用的相同Sitecore版本。谢谢,问题在于dll的版本。它不知怎么被更改了。请在visual studio中使用Sitecore的新NuGet服务器。那个么,并没有人需要一个库文件夹,因为DLL有可能出错。