Group: Forum Members
Last Active: 2 Years Ago
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; 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 ?& nbsp ;
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
Hi & nbsp ; 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 .& nbsp ; 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
|