I created an installation / setup file. When I try to deploy on the customer’s machine, I get an expired message when opening the charts.
- Robert Zeff asked 7 years ago
- You must login to post comments
Oh, I just found it.
public partial class App : Application
{
public App()
{
// Ensure SetLicenseKey is called once, before any SciChartSurface instance is created
// Check this code into your version-control and it will enable SciChart
// for end-users of your application who are not activated
SciChartSurface.SetRuntimeLicenseKey(@”
My Company
123-456
1
false
07/06/2013 00:00:00
ABCDEFG
“);
}
}
- Robert Zeff answered 7 years ago
- You must login to post comments
Please login first to submit.