Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I can only guess that you have some kind of version conflict, perhaps a faulty or missing assembly redirect in web.config.
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