Jump to content
Software FX Community

robertqjohnson

Members
  • Posts

    4
  • Joined

  • Last visited

robertqjohnson's Achievements

Newbie

Newbie (1/14)

  • One Month Later Rare
  • Week One Done Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. 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?
  2. Only one ASP.NET application uses Chart FX 7 and the source code is being store in Azure DevOps source control. An Azure DevOps build pipeline builds the ASP.NET application from source control and stores it as build artifact, .zip file. When the build completes successfully, it triggers a release pipeline that deploys the build artifact to several external ASP servers. The application is not being hosted in Azure. We are just using CI/CD in Azure DevOps. Does that mean we still need a special license mechanism, license string, and special agreement and payment of additional fees?
  3. Thank you for your quick reply. I sent an email to products@softwarefx.com on 9/30 and copied sales@softwarefx.com on 10/1. I have not received a response yet with further details. How long does it usually take to get a response?
  4. I'm automating builds and deployments in Azure DevOps for our company. Currently developers are building locally using Visual Studio 2015 and sending a zip file to QA for testing and manual deployment. When building an application locally in Visual Studio 2015 and using the licenses.licx file, it runs fine on the QA server. In Azure DevOps, I'm using a Microsoft 2019 Hosted agent for automated builds. Since it's not an easy task to install ChartFX on a hosted agent and the build fails on licenses.licx(1, 0): error LC0004:, I tried using the license manager locally to create and embed the exe.licenses in the project as mentioned in this posting: https://www.textcontrol.com/blog/2016/11/28/using-tx-text-control-net-with-visual-studio-team-services-vsts/ The build works in Azure DevOps with the embedded exe.licenses, but when it's deployed to the QA server we keep getting the following error: Couldn't get Run Time license for 'ChartFX.WinForms.Chart' We are currently using Chart FX 7. Please let me know if you need further explanation on my issue and if you have any ideas how to build and deploy licenses on a hosted agent.
×
×
  • Create New...