Page 1 of 1

.Net TeeChart Embedded License not evaluated

Posted: Sun Feb 16, 2025 12:30 pm
by 16691992
Hi Team,

We are facing issue TeeChart .Net License in our deployed application.

We wrote a .net wrapper project and has embedded (TeeChart.licenses) in project and generated a dll,this is included web application and using regasm command we registered dll and generated tlb file and placed license file in the same location.

Tried options with Build Action as Embedded Resource and NONE
Copy to Output Directory as Copy Always

While generating reports we still see reports with evaluation license but in development environment,we are seeing license is evauated,Please suggest what is missing here

Attached screenshots for your reference,Please resolve this issue as we have dependency with customer deliverables.

Re: .Net TeeChart Embedded License not evaluated

Posted: Mon Feb 17, 2025 6:44 am
by 15698365
Hi Team,

Any updates on this?

Thanks!
Srikanth Ananthoju

Re: .Net TeeChart Embedded License not evaluated

Posted: Mon Feb 17, 2025 8:43 am
by Marc
Hello Srikanth,

The requirement looks similar to the question posted here:

C# library running TeeChart being called from client app

Note the use of "[assembly: EntryAssembly]" in the AssemblyInfo of the consumed dll (where TeeChart is being used).

Regards,
Marc Meumann