London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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