I'm trying to build a web site with nant (0.85)...
On my local machine, everything runs well and i get graphs on my pages...
When publishing on a test server, I get this message all the time:"An instance of type 'MyGraphClass' 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."
I check on the test server and the .licences is in my bin directory...
My nant command to build the .licences file is:
Code: Select all
<license input="${resources.dir}/licenses.licx" target="Mydll.dll" output="Mydll.dll.licenses">
<assemblies>
<include name="TeeChart.dll" />
</assemblies>
</license>
thx.