Open Closed

How do I register the Blazorise license key ?? #9891


User avatar
0
tony.gayter created

Recently been getting the message along the bottom of my application saying I was using the free version, so went through the docs and found how to get the key from them. However there is no guidance on how to actually register it, I've tried the following 2 ways to register in my Blazor Server project but after cleaning and rebuilding I'm still getting the message saying I'm using the free version?

private void ConfigureBlazorise(ServiceConfigurationContext context)
{

    // tried adding this way
    context.Services
        .AddBlazorise(options =>
        {
            options.Immediate = true;
            options.ProductToken = "<token here>";
        })
        .AddBootstrap5Providers()
        .AddFontAwesomeIcons();

    // Also tried this
    Configure<BlazoriseOptions>(options =>
    {
        options.ProductToken = "<token here>";
        options.Immediate = true;
    });
}

7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Do you have Blazor WASM mode?

    Can you ensure your token is correct?

    Can you test your token in a new Blazor Server Project? If it still shows this, can you share the new template project?

    liming.ma@volosoft.com

    Thanks.

    https://blazorise.com/docs/usage/licensing/register-product-token

  • User Avatar
    0
    tony.gayter created

    Which out of the two above ways is the way that 'should' work

  • User Avatar
    0
    tony.gayter created

    When I create a fresh solution there is no message about it being a free version (without adding the license key?)

    Also I've been building my current solution for a couple of months and it only started to show the message a week ago?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try using the same balzorise package version and then try again.

    Thanks.

  • User Avatar
    0
    tony.gayter created

    Ah ha!

    I updated everything except blazorise and it was all good. But when I updated the 2 blazorise packages the message shows up

    Blazorise.Bootstrap5 1.8.1 --> 1.8.2 Blazorize.Icons.FontAwesome 1.8.1 --> 1.8.2

    Ill downgrade it for now, but its an odd thing to happen?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This may be a Blazorise problem. You can feedback here https://github.com/Megabit/Blazorise/issues

    Or you can wait for 1.8.3

    Thanks.

  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent

    No verified source available for this specific query.


    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 15, 2025, 14:41