VB.Net 2005 CLR 2.0
Steema Tee Chart .Net V3
I wrote a COM Server in .Net and have a setup and deployment application.
I added the project output of my COM Class
I also added licenses.licx to the setup project (it's in the Application Folder)
licenses.licx has the following 3 lines (from the tutorial)
Steema.TeeChart.Chart, TeeChart
Steema.TeeChart.TChart, TeeChart
Steema.TeeChart.Web.WebChart, TeeChart
When my client application tries to use the COM component, I get the following exception:
"System.ComponentModel.LicenseException: An instance of type 'Steema.TeeChart.Chart' was being created, and a valid license could not be granted for the type 'Steema.TeeChart.Chart'. Please, contact the manufacturer of the component for more information"
Anyways, I also have standalone Windows Apps that use tee chart, and those setup applications have the same license.
Am I doing something wrong?
Any ideas?
thank you,
