episerver / episerver-labs-content-manager-docs

Documentation for EPiServer.Labs.ContentManager
1 stars 0 forks source link

failing on episerver cms 12.10 #42

Open shamglam opened 2 years ago

shamglam commented 2 years ago

When entering edit mode the following exception is thrown.

MissingMethodException: Method not found: 'Void EPiServer.Cms.Shell.Internal.CmsModuleViewModel..ctor(EPiServer.Shell.Modules.ShellModule, EPiServer.Framework.Web.Resources.IClientResourceService, System.Collections.Generic.IEnumerable`1<EPiServer.Shell.IContentRepositoryDescriptor>, EPiServer.Core.IContentLanguageAccessor)'.
EPiServer.Labs.GridView.ContentChildrenModuleViewModel..ctor(ShellModule shellModule, IClientResourceService clientResourceService, IEnumerable<IContentRepositoryDescriptor> contentRepositoryDescriptors, IContentLanguageAccessor contentLanguageAccessor, GridViewOptions gridViewOptions)
EPiServer.Labs.GridView.GridViewModule.CreateViewModel(ModuleTable moduleTable, IClientResourceService clientResourceService)
System.Linq.Enumerable+SelectEnumerableIterator<TSource, TResult>.ToArray()
System.Linq.Buffer<TElement>..ctor(IEnumerable<TElement> source)
System.Linq.OrderedEnumerable<TElement>.GetEnumerator()+MoveNext()
System.Linq.Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, IEqualityComparer<TKey> comparer)
EPiServer.Shell.UI.Web.Resources.ModuleDependencySorter.GetStartupModules(IEnumerable<ModuleViewModel> modules, string startupModule)
AspNetCoreGeneratedDocument.CmsUIViews_Views_Shared_Bootstrapper.<ExecuteAsync>b__7_3()
maer0216-star commented 1 year ago

I think i have the same problem

MissingMethodException: Method not found: 'Void EPiServer.Cms.Shell.Internal.CmsModuleViewModel..ctor(EPiServer.Shell.Modules.ShellModule, EPiServer.Framework.Web.Resources.IClientResourceService, System.Collections.Generic.IEnumerable`1, EPiServer.Core.IContentLanguageAccessor)'. EPiServer.Labs.ContentManager.ContentChildrenModuleViewModel..ctor(ShellModule shellModule, IClientResourceService clientResourceService, IEnumerable contentRepositoryDescriptors, IContentLanguageAccessor contentLanguageAccessor) EPiServer.Labs.ContentManager.ContentManagerModule.CreateViewModel(ModuleTable moduleTable, IClientResourceService clientResourceService)

Did you resolve the issue? @shamglam