Profile Picture

Evaluation watermark

Posted By Marco de Brouwer 15 Years Ago
Author
Message
Marco de Brouwer
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 2, Visits: 1
Hi Bob,

Actually it is a Winform application, but I applied the code you provided and this solved the problem.

Thanks,
Marco

bob milanov
Posted 15 Years Ago
View Quick Profile
Supreme Being

Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)Supreme Being (152 reputation)

Group: Forum Members
Last Active: 6 Months Ago
Posts: 153, Visits: 11

Hi Marco,

If this is a web form application you'll have to apply the license key trough code in the web form constructor for example:

[C#]

using Nevron;
...
NLicense license = new NLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;

...
[Visual Basic]
Imports Nevron
...
Dim license As New NLicense("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")
NLicenseManager.Instance.SetLicense(license)
NLicenseManager.Instance.LockLicense = True

This should get rid of the evaluation watermark.

Hope I helped - let me know if you have any questions or meet any problems.

Best regards,
Bob



Marco de Brouwer
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 2, Visits: 1
We have created a control that has an instance of the NChartControl and we use this control on other forms.
When we run the compiled application on a machine that does not have a Nevron licence then the evaluation watermark appears.
When running the same compiled application on a machine that has a license on it the watermark does not appear.

How can we get the watermark not to show on a machine that does not have a license.

Regards,
Marco



Similar Topics


Reading This Topic