Jump to content
Software FX Community

nalpert

Members
  • Posts

    1
  • Joined

  • Last visited

nalpert's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am writing a .NET assembly (dll) that is used as an 'add-in' for another .NET application (an application that I did not write or have the source to). I would like my add-in to use charts made with the ChartFX WPF components. I have no problem getting things to work on my development machine, however I run into problems when I try to run on a machine that does not have ChartFX installed. Specifically, I am getting the following error (if you look far enough down into the 'InnerExceptions'): Couldn't get Run Time license for 'ChartFX.WPF.Chart' . I've done quite a bit of research on this and I have determined the following: The licenses.licx file needs be compiled as an embedded resource in the EXE that acts as the entry point of the application. In my case, the licenses.licx file is embedded in my dll, but that will probably not make a difference becuase it needs to be in the EXE that calls my dll. You can see the problem here. Since my dll is an add-in for a third-party product, I have no control over adding the licenses.licx file as an embedded resource to their product exe, the real entry point of the application (I obviously don't have the source code for their EXE and cannot compile it myself). Any suggestions?
×
×
  • Create New...