Good morning, I am creating a pluggin that is implemented within other software through its API, however when adding an sfDataGrid or any control of its library I get an error, apparently it is due to the license registration, but I cannot find the option to register. Attached error image. Thanks a lot
namespace QCReinforcement_Auditor.RebarPanel
{
/// <summary>
/// Interaction logic for RebarPanel.xaml
/// </summary>
public partial class RebarPanel : Page,IDockablePaneProvider
{
public RebarPanel()
{
Syncfusion.Licensing.SyncfusionLicenseProvider
.RegisterLicense("MjQ3NzIxQDMxMzgyZTMxMmUzMEIxZWdNdXJJMFpBYWw1dHhVK21JTXlDUnJwMUpDY0NyZU5sck5YcXp3MVE9");
InitializeComponent();
}
}
Attachment:
CapturaError_397d3e38.rar