Page 1 of 1

License on server?

Posted: Wed Sep 09, 2015 2:15 pm
by mdomizio
I have the lighting SDK Ultimate installed on my developer machine. Now I need to deploy it on our server. How do I get the license to work on the server? Do I embed the license file in the project? Copy the .lic file?

Re: License on server?

Posted: Thu Sep 10, 2015 7:06 am
by ArctionPasi
When deploying app, set LicenseKey property of each chart object.

chart.LicenseKey ="your key";

You can set the property in code, designer or XAML.

Also deliver Arction.DirectXFiles.dll, which may not be automatically copied to your output folder. It is needed for systems that don't have correct version of DirectX installed. For more info on deployment, see http://arction.com/download/lightningch ... manual.pdf, page Chapter 21, Deployment.

Re: License on server?

Posted: Thu Sep 10, 2015 7:52 pm
by mdomizio
Thank you for your reply. I think the real issue is the server it is running on is Windows Server 2008 R2. Is that supported by Lightning Chart?