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!

Missing method PageStoreBase.add_DeletingContent

Vote:
0

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:
0

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:
0

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.