Jump to content
Software FX Community

Missing License Tag Error on "Auto", but not "Image"


User (Legacy)

Recommended Posts

Hi,

I have an ASP .Net application that displays a simple chart. When I set the

HTMLTag property to "Image", the chart shows and everything is fine. When I

set the property to "Auto" I get the "Missing License Tag" message. I've

verified that the dlls match as mentioned in Q6001127 and verified the RSA

test in Q6121045, but I still receive this message.

The odd part is that I have another chartFX chart on this same server that

does display correctly after briefly showing the "Missing License Tag"

message.

Any ideas about what else could be causing this message to be displayed?

Thanks,

Ryan

Link to comment
Share on other sites

I found out the cause of this was having .Net Framework 2005 beta 2 

installed on the same machine. Apparently there is some conflict here with

the version of the framework that chartFX uses. I uninstalled beta 2 and I

was able to see the charts when created using "Auto".

"Ryan Kaminsky" <ryanslobby@msn.com> wrote in message

news:zbG%23DMC1FHA.1708@webserver3.softwarefx.com...

> Hi,

>

> I have an ASP .Net application that displays a simple chart. When I set

> the HTMLTag property to "Image", the chart shows and everything is fine.

> When I set the property to "Auto" I get the "Missing License Tag" message.

> I've verified that the dlls match as mentioned in Q6001127 and verified

> the RSA test in Q6121045, but I still receive this message.

>

> The odd part is that I have another chartFX chart on this same server that

> does display correctly after briefly showing the "Missing License Tag"

> message.

>

> Any ideas about what else could be causing this message to be displayed?

>

> Thanks,

>

> Ryan

>

Link to comment
Share on other sites

You can instruct IE to use a specific version of the framework by creating 

iexplore.config.exe in the same folder where internet explorer is installed

with the following contents:

<configuration>

<startup>

<supportedRuntime version="v1.1.4322" />

</startup>

</configuration>

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

  • 1 month later...

Hi,

that means, when a customer visit the web page and his iexplore runs with

the .net 2.0 framework the chartFX tell him the "Missing License Tag"

message?

Thanks for your response

Andreas

"SoftwareFX Support" <noreply@softwarefx.com> schrieb im Newsbeitrag

news:XfuNUiY1FHA.3504@webserver3.softwarefx.com...

> You can instruct IE to use a specific version of the framework by creating

> iexplore.config.exe in the same folder where internet explorer is

> installed with the following contents:

>

> <configuration>

>

> <startup>

>

> <supportedRuntime version="v1.1.4322" />

>

> </startup>

>

> </configuration>

>

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...