|
Group: Forum Members
Posts: 12,
Visits: 1
|
I'm a bit confused as what you mean by apply the key. I added the code from the documentation
NLicense license = new NLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"); NLicenseManager.Instance.SetLicense(license); NLicenseManager.Instance.LockLicense = true;
where the X's are replaced by my desktop key. I copied the key from My Account and pasted it so I'm sure that I didn't mistype the key in. This code is the first thing that happens when my control is initialized so unless I'm missing something else I don't know what applying the license means.
Thanks,
|