Method not found: 'System.Collections.Generic.IEnumerable`1 Sitecore.Search.SearchManager.get_Indexes()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable`1 Sitecore.Search.SearchManager.get_Indexes()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
It could look like the problem with the Link Database implementation that is not working.
You should try and delete link database section in your Sitecore.ItemBucket.config.
This occurs when I try to save any item.
Method not found: 'System.Collections.Generic.IEnumerable`1 Sitecore.Search.SearchManager.get_Indexes()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable`1 Sitecore.Search.SearchManager.get_Indexes()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable
1<Sitecore.Search.Index> Sitecore.Search.SearchManager.get_Indexes()'.] Sitecore.ItemBucket.Kernel.Managers.BucketManager.GetContextIndex(Item item) in C:\inetpub\wwwroot\newbucket\src\ItemBucket.Kernel\Kernel\Managers\BucketManager.cs:152 Sitecore.ItemBucket.Kernel.Util.IndexSearcher..ctor(String indexId) in C:\inetpub\wwwroot\newbucket\src\ItemBucket.Kernel\Kernel\Util\Searcher.cs:36 Sitecore.ItemBucket.Kernel.ItemExtensions.Axes.ItemExtensions.Search(Item itm, SafeDictionary
1 refinements, Int32& hitCount, String relatedIds, String indexName, String text, String templates, String location, String language, String id, String sortField, String itemName, String startDate, Int32 pageNumber, String endDate, String sortDirection, Int32 numberOfItemsToReturn, Object[] parameters) in C:\inetpub\wwwroot\newbucket\src\ItemBucket.Kernel\Kernel\ItemExtensions\Axes\ItemExtensions.cs:280 Sitecore.ItemBucket.Kernel.Kernel.Data.ScalableLinkDatabase.GetReferrers(Item item, Boolean deep, Int32 page) in C:\inetpub\wwwroot\newbucket\src\ItemBucket.Kernel\Kernel\Data\ScalableLinkDatabase.cs:83 Sitecore.ItemBucket.Kernel.Kernel.Data.ScalableLinkDatabase.GetReferrers(Item item) in C:\inetpub\wwwroot\newbucket\src\ItemBucket.Kernel\Kernel\Data\ScalableLinkDatabase.cs:57 Sitecore.Data.Managers.NotificationManager.GetAllClones(Item source) +104 Sitecore.Data.Managers.NotificationManager.DataEngine_SavedItem(Object sender, ExecutedEventArgs1 e) +357 System.EventHandler
1.Invoke(Object sender, TEventArgs e) +0 Sitecore.Data.Engines.EngineCommand`2.Execute() +267 Sitecore.Data.Engines.DataEngine.SaveItem(Item item) +234 Sitecore.Data.Managers.ItemProvider.SaveItem(Item item) +291 Sitecore.Data.Items.ItemEditing.AcceptChanges(Boolean updateStatistics, Boolean silent) +229 Sitecore.Data.Items.ItemEditing.EndEdit(Boolean updateStatistics, Boolean silent) +16 Sitecore.Pipelines.Save.Save.Process(SaveArgs args) +799[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) +0 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +639 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +38 System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +35 Sitecore.Nexus.Pipelines.NexusPipelineApi.Resume(PipelineArgs args, Pipeline pipeline) +379 Sitecore.Web.UI.Sheer.ClientPage.RunPipelines() +271 Sitecore.Web.UI.Sheer.ClientPage.OnPreRender(EventArgs e) +584 Sitecore.Shell.Applications.ContentManager.ContentEditorPage.OnPreRender(EventArgs e) +25 System.Web.UI.Control.PreRenderRecursiveInternal() +113 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4201