Registering license on a user control

Hi,

I am integrating a syncfusion control into a wpf user control. This will be used by another one of our project written in a different language, the user control will only be hosted in the other project and does not have direct access to the user control other than display it on the screen. All actions will be triggered by the user control itself.

We need to be able to register the license within the user control itself as we are unable to register the license in the host application as recommend by the documentation.

Registering key in a User control that contains Syncfusion controls

We recommend registering the license key at application level as shown in the previous sections


I was wondering if anyone had any experience in registering the license in the user control.

1 Reply 1 reply marked as answer

KJ Kalap Johnson Peter Paulraj Syncfusion Team November 17, 2020 12:52 PM UTC

Hi Stephen, 

Thanks for contacting Syncfusion support. 

As of current process, license key should be registered in application level where Syncfusion controls were used. 

If you are using Syncfusion NuGet packages or libraries from trial installer in your WPF user control project, you should generated and register the corresponding version and platform’s license key in your application as suggested in below documentation.  


We don’t have any option to pass\register the Syncfusion license keys from user controls dynamically and it should be registered at application level itself. 

Regards, 
Kalap Johnson Peter P.

Marked as answer
Loader.
Up arrow icon