After updating nuget packages, included syncfusion license key is invalid issue

I am using syncfusion blazor packages for my .net MAUI blazor app. It worked well before I update those syncfusion packages to the newest version. then the application showing "included syncfusion license key" popup in the top of the app 


1 Reply

AK Arun Kumar Ragu Syncfusion Team January 17, 2025 01:53 PM UTC

Hi Lasitha,


The following solutions will help resolve the licensing issue after upgrading the Syncfusion packages:

Steps to Resolve the Issue:

  1. Match Syncfusion Assembly or NuGet Package Versions:
  2. Clean and Rebuild the Application:

    • If you've upgraded the Syncfusion assemblies or NuGet packages version and update the license key, perform the following steps:
      • Close your project.
      • Delete the bin and obj folders in your project.
      • Rebuild the application.
  3. Clear NuGet Caches:
    Before running the sample, clear all NuGet caches using the following command: dotnet nuget locals all -c

Please get back to us, If you face any further issues.

Regards,

Arun Kumar R


Loader.
Up arrow icon