Getting exception after upgrading to 30.9.1

2025/08/30 3:35 PM

After upgrading to to 30.9.1 from 30.5.3 I am getting an error while accessing the admin ui or even running dotnet run --xkp-ci-store

fail: Kentico.Web.Mvc.KenticoErrorHandlingMiddleware[0]````System.Resources.MissingManifestResourceException: No manifests exist for the current culture.


I have tried specifying the DefaultCultureCode in program.cs

builder.Services.Configure<AdminLocalizationOptions>(options =>
{
    options.DefaultCultureCode = "en-US";
    options.SupportedCultures = [
        new AdminCulture { CultureCode = "en-US", DisplayName = "English (United States)" }
    ];
});

Revert to 30.8.3 and all is good.

Environment

  • Xperience by Kentico version: [30.9.1]

  • .NET version: [8]

  • Execution environment: [local]

Tags:
Migration / upgrade v30.9.0

Answers

2025/08/30 3:42 PM

Hi Tim,

You are not alone, it is been 3 days i had thr same issue i looked on mostly all attach nuggets and i still not find the issue. But when i updated dancing goat it worked. Community portal gave the same issue also after version 30.9.0

2025/08/31 12:07 AM

I haven't looked into this myself (haven't prioritized updating the Kentico Community Portal yet) but I think it's related to integrations, not Xperience's core libraries.

This would explain why Dancing Goat works but other projects do not.

It can take us a up to a week or two to get all integrations updated because they depend on the public NuGet packages and have to wait for the Refresh to be publicly released.

I believe this issue has been reported to our team, but if you share your package dependencies when filing a support request it might help resolve the issue faster.

2025/08/31 12:26 AM

Hi sean,

I knowmit has to be an integration, the issue is we dont find exactly witch integration is doing this problem. In debuging we dont see where it is coming from. It show only when website is start to run

To answer this question, you have to login first.