Jump to content
Software FX Community

Missing Licence Tag error


User (Legacy)

Recommended Posts

Do you have a trial license or a full license ?

This "Missing License Tag" error. Where do you get it ? inside the Client

Control ? As a pop-up message ?

Check the source of the page causing this problem, check the DataPath param

for the chart object. Is it pointing to a valid Url ?

--

FP

Software FX

Link to comment
Share on other sites

> Do you have a trial license or a full license ?

A full licence.

> This "Missing License Tag" error. Where do you get it ? inside the Client

> Control ? As a pop-up message ?

Inside the .NET client control. When I set the HtmlTag property to "Image" a

chart is draw, but when I set it to "Auto" I get an error.

> Check the source of the page causing this problem, check the DataPath

param

> for the chart object. Is it pointing to a valid Url ?

Yes it is, I can download the .chw file where is linked to.

Best regards, Pieter Boeren

Link to comment
Share on other sites

Using the latest SP, I created the following page:

<HTML>

<HEAD>

<TITLE>Chart FX Test With Link</TITLE>

<link2 rel="Configuration" href="/chartfx6/download/chartfx.config">

</HEAD>

<BODY>

<font face="Verdana,Arial,Helvetica" size="2">

<Br>

<p>

<object id="Chart1"

classid="/chartfx62/download/chartfx.internet.client.dll#SoftwareFX.ChartFX.

Internet.Client.Chart"

WIDTH="600px" HEIGHT="480px" >

<PARAM NAME="DataPath" VALUE="/chartfx62/temp/CFT0708_0829192FDE4.chw">

</object>

<br/>

<hr>

</font>

</BODY>

</HTML>

This page reads your file and though the chart comes up without data, I do

not get the License Error, I get No Data available but indeed there is no

data on this file (see attached image).

Are you using the latest SP ?

If the problem

--

FP

Software FX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...