Jump to content
Software FX Community

cosmin.rasina

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by cosmin.rasina

  1. Hi, We have a request in our application , if a value on the Y axis is 0 the series should be interrupted. To give you an example: If two consecutive points are not greater than 0, it shouldn't be connected by a line. Only positive values. Can you provide us with an example about how we could achieve this? Thanks, Cosmin
  2. Hi guys, We develop an application that uses yours ChartFX.WPF charting component. We bought a developver licence for this. The problem that we have is that when running the application on other machines that don't have a licence installed the application crashes. I tried to add a licenses.licx file to our exe project as embbeded resources with the following content: ChartFX.WPF.Chart, ChartFX.WPF, Version=8.1.YYYY.ZZZZZ(our build number), Culture=neutral, PublicKeyToken=a1878e2052c08dce but not luck. The error that we receive is the following one: System.ComponentModel.LicenseException: Couldn't get Run Time license for 'ChartFX.WPF.Chart'at ChartFX.WPF.Internal.SfxLicenseProvider.a(LicenseContext A_0, Type A_1, Object A_2, Boolean A_3, LicenseProvider A_4)at ChartFX.WPF.Internal.RegistryLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) Can you tell us what are we doing wrong ? Can you please provide us the steps for registering the licence in the application ? Thanks, Cosmin
×
×
  • Create New...