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.
.Net TeeChart Embedded License not evaluated
.Net TeeChart Embedded License not evaluated
- Attachments
-
- TeeChart_WebReference_NET_IIS.png (7.34 KiB) Viewed 2649 times
-
- TeeChart_EmbeddedLicense.png (22.55 KiB) Viewed 2649 times
Re: .Net TeeChart Embedded License not evaluated
Hi Team,
Any updates on this?
Thanks!
Srikanth Ananthoju
Any updates on this?
Thanks!
Srikanth Ananthoju
Re: .Net TeeChart Embedded License not evaluated
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
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
Steema Support