Search found 4 matches

by Oleg
Thu Aug 29, 2019 3:34 pm
Forum: .NET
Topic: [WPF] How to set TeeChart.licenses file for a plugin assembly
Replies: 7
Views: 20992

Re: [WPF] How to set TeeChart.licenses file for a plugin assembly

OK, thank you Christopher. From your message I assume that "yes" is the answer for all 3 of my questions. So plugin-scenario is not supported by TeeChart anymore. For further readers there is also a compromise option to create "steema.resources" resource-file at starting assembly location and put th...
by Oleg
Wed Aug 28, 2019 4:41 pm
Forum: .NET
Topic: [WPF] How to set TeeChart.licenses file for a plugin assembly
Replies: 7
Views: 20992

Re: [WPF] How to set TeeChart.licenses file for a plugin assembly

I am aware of that. But discovering pure license file in output dir looks a bit too much. Also it means that any 3rd party assembly in app dir can use TChart without own license. 1. Do I understand correctly that plugin-constructors are not supported in Steema.TeeChart.WPF? 2. Do I understand correc...
by Oleg
Tue Aug 27, 2019 3:51 pm
Forum: .NET
Topic: [WPF] How to set TeeChart.licenses file for a plugin assembly
Replies: 7
Views: 20992

Re: [WPF] How to set TeeChart.licenses file for a plugin assembly

Doesn't help. Not sure how could it help though. It is used just to call Assembly.GetEntryAssembly (for WPF-app case) which returns starting-app assembly. Or am I missing something?

I need to embed license not in a starting app assembly, but in dependency assembly which actually uses TChart.
by Oleg
Tue Aug 27, 2019 1:08 pm
Forum: .NET
Topic: [WPF] How to set TeeChart.licenses file for a plugin assembly
Replies: 7
Views: 20992

[WPF] How to set TeeChart.licenses file for a plugin assembly

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 Steema.TeeChart.WPF.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 projec...