Error reading license

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

1 Reply

VS Vijayarasan Sivanandham Syncfusion Team April 28, 2020 01:12 PM UTC

Hi FranKlin,

Thank you for contacting Syncfusion support.

We have checked the reported issue and unable to replicate the issue from our end. Please refer the below User Documentation for more details,

UG Link: https://help.syncfusion.com/common/essential-studio/licensing/license-key#wpf 
Sample Link: https://www.syncfusion.com/downloads/support/forum/153687/ze/Sample-411154803

if you still facing the same issue? If yes, please modify the sample based on your scenario.

Please let us know, if you require further assistance on this.

Regards,
Vijayarasan S 


Loader.
Up arrow icon