Try our conversational search powered by Generative AI!

Missing method PageStoreBase.add_DeletingContent

Vote:
 

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
#62846
Nov 05, 2012 12:39
Vote:
 

I can only guess that you have some kind of version conflict, perhaps a faulty or missing assembly redirect in web.config. 

#62853
Nov 05, 2012 13:57
Vote:
 

Nuget fixed it for me ;-)

#62876
Nov 05, 2012 14:20
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.