User (Legacy) Posted October 18, 2005 Report Share Posted October 18, 2005 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 More sharing options...
User (Legacy) Posted October 19, 2005 Author Report Share Posted October 19, 2005 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 More sharing options...
Software FX Posted October 20, 2005 Report Share Posted October 20, 2005 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 More sharing options...
User (Legacy) Posted November 23, 2005 Author Report Share Posted November 23, 2005 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 More sharing options...
Software FX Posted November 23, 2005 Report Share Posted November 23, 2005 No. That was a beta issue. Now that the .NET Framework 2.0 is released, Chart FX 6.2 works with it. A service pack containing the fix will be released next week or so. Please contact Software FX support to obtain a Hot before that. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.