Profile Picture

How to activate license on Remote PC?

Posted By yunhyungjeon 2 Years Ago
Author
Message
yunhyungjeon
Question Posted 2 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 13, Visits: 190
Hello.

Now, I'm using nevron chart control at .NET 5.0 - winform.

I usually activate my chart control with this code at Program.cs file.

NLicense license = new NLicense("");
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;


This code works fine at local PC.
However, if I use remote debugger(Visual Studio tool), Chart controls do not activate.
My Host PC has a key. But, client PC do not have any key.
Of course, if I execute .exe file(builded file) at just client PC, It works fine.

In this case, How to activate chart control at remote debugger? 

Nevron Support
This post has been flagged as an answer
Posted 2 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Yunhyungjeon,

By design developer license keys are linked to a machine id, whereas desktop (redistribution) license key are not. That's why it works fine when you launch the application on the client's pc but it shows a watermark in case you try to debug it remotely. 

To work around the problem you can contact sales@nevron.com with a request to issue an evaluatoin license key, which is also not linked to machine id, but will automatically expire after some period of time. You can request an extended evaluation license key so that you don't have to change every month or so. We hope this helps - let us know if you have any questions.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic