I use steema.teechart.net.4.2019.8.8 for WPF development. I need to specify a license in a non-exe assembly (A) which uses TChart control because I don't have an access to executing assembly (B). To do that I:
- added TeeChart.licenses file as embedded resource to assembly A project.
- added a "plugin-constructor" call "new TChart(this)" before creation of any other TChart controls (where "this" is an instance of type from assembly A).
But this didn't work, I still see "This is an EVALUATION version ..." during runtime; while designtime everything is fine.
Can you please advise how to specify TeeChart.licenses not for an executing assembly, but for assembly actually using TChart?
PS:
- Embedding TeeChart.licenses in an executing assembly works fine but this is not an option.
- Copying TeeChart.licenses to output directory works fine too, but this is undesirable.