Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing on episerver cms 12.10 #42

Open
shamglam opened this issue Aug 11, 2022 · 1 comment
Open

failing on episerver cms 12.10 #42

shamglam opened this issue Aug 11, 2022 · 1 comment

Comments

@shamglam
Copy link

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
Copy link

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.Shell.IContentRepositoryDescriptor>, 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants