robertqjohnson Posted November 2, 2021 Report Share Posted November 2, 2021 I received a trail license string on 10/25/2021 and I'm just now trying it out. I added the following to the InitializeComponent method before creating an instance of the Chart() on one of our windows forms: string sLicenseString = "string" ChartFX.WinForms.Chart.SetLicenseString(sLicenseString); After building the application in Azure DevOps and deploying it to an ASP server, I'm getting the following error message on the windows form: Invalid License (800000). Please contact Software FX Support Does this error mean the trial license is expired? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.