🔧 Maintenance Alert: World will be on Read-Only Mode on February 18th, 10:00 PM – 11:00 PM EST / 7:00 PM – 8:00 PM PST / 4:00 AM – 5:00 AM CET (Feb 19). Browsing available, but log-ins and submissions will be disabled.
AI OnAI Off
I have set up a new instance of epi 7 and imported code from previous epi 7 builds
Can't see what is causing this problem, seems like a method is removed, but who is calling it... any ideas?
I have these 2 rows in global asax, but removing them doesnt seems to help
FileIndexer.Instance.Conventions.ShouldIndexVPPConvention = new VisibleInFilemanagerVPPIndexingConvention();
FileIndexer.Instance.Conventions.ForInstancesOf<UnifiedFile>().ShouldIndex(x => !x.Extension.Equals(".gif") && !x.Extension.Equals(".jpg") && !x.Extension.Equals(".png"));
[MissingMethodException: Method not found: 'Void EPiServer.Core.PageStoreBase.add_DeletingContent(System.EventHandler`1<EPiServer.ContentEventArgs>)'.] EPiServer.Find.Cms.Module.IndexingModule.RegisterEventHandlersForIndexing() +0 EPiServer.Find.Cms.Module.IndexingModule.Initialize(InitializationEngine context) +307 EPiServer.Framework.Initialization.ModuleNode.Execute(Action a, String key) +64 EPiServer.Framework.Initialization.InitializationEngine.InitializeModules() +751