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

Unable to find a module by assembly 'DbLocalizationProvider.AdminUI.EPiServer' #231

Open
stefanolsen opened this issue Sep 19, 2024 · 1 comment

Comments

@stefanolsen
Copy link

Using this module on a CMS 12 site, I see the below exception logged when browsing the CMS UI.

Failed to add menu item
System.ArgumentException: Unable to find a module by assembly 'DbLocalizationProvider.AdminUI.EPiServer, Version=8.1.0.0, Culture=neutral, PublicKeyToken=e24b5062d4cb23b0' (Parameter 'moduleAssembly')
   at EPiServer.Shell.Paths.ToResource(Assembly moduleAssembly, String moduleRelativeResourcePath)
   at DbLocalizationProvider.AdminUI.EPiServer.MenuProvider.GetMenuItems()
   at EPiServer.Shell.Navigation.MenuAssembler.<>c.<GetMenuItems>b__8_1(IMenuProvider m)

The NuGet package (version 8.1.0) is installed and the services are registered in Startup. The folder AddOn.Episerver.Settings is present in /modules/ and contains a ZIP-file.

It looks like the module is not present in ModuleTable.

Is there some registration I might have missed?

@valdisiljuconoks
Copy link
Owner

Can you share your setup code?

I think this might be something related to new versions of CMS as we have seen this happening to other modules as well.

The localization provider supports CMS 12 with no issues and I have many installations with his combo.

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