RegisterLicense - Error CS0234

After upgrading to Version v18.2.044 it says in Startup.cs (has nothing to do with Grid-Component):

Error CS0234 
The type or namespace name "Licensing" does not exist in the "Syncfusion" namespace. (An assembly reference may be missing.)


Any idea?

Cheers,
Volker

3 Replies 1 reply marked as answer

TT tttrickyyy July 8, 2020 12:35 PM UTC

You now need to get the Syncfusion.Licensing nuget package. I just figured this out earlier this morning!


VO Volker July 9, 2020 08:09 AM UTC

Thank you tttrickyyy, worked!

Sf should add this to their documentation...




CH Christopher Hirudayasamy Syncfusion Team July 9, 2020 01:07 PM UTC

Hi Volker,

Thanks for contacting Syncfusion support.

As per our records, you have downloaded and installed Syncfusion licensed Blazor installer. So there is no need to generate and register the license key in your application. You can remove the below statement from your application and can run.



The licensing is applicable for all the evaluators and the licensed customers who use NuGet packages from nuget.org. If you are using the Trial installer or NuGet packages from nuget.org, then you should generate and register the corresponding version license key in your application. Refer the following documentation link to know more about licensing.

https://help.syncfusion.com/common/essential-studio/licensing/license-key  

Let us know if you need any further assistance on this.

Regards,
Christopher H


Marked as answer
Loader.
Up arrow icon