LeighHerbert Posted October 31, 2008 Report Share Posted October 31, 2008 I have just installed the full version of ChartFX for VS 2005 (Web Forms). I previously had the trial version installed (which I uninstalled prior to the new full install). The project I am working on already has a number of charts built in, implemented previously by other people. When running these sites in Debug mode, the charts do not display: I can only see a dead image (little red cross). But, the chart tooltips do display. Any suggestions on where I'm going wrong? Thanks. Quote Link to comment Share on other sites More sharing options...
Frank Posted November 3, 2008 Report Share Posted November 3, 2008 > When running these sites in Debug mode ... Do you mean by this that you are doign Debug-Go in Visual Studio? If so, check the <img> tag generated by Chart FX in your page. Where is it pointing to? are there files created under your application folder's Temp folder? Quote Link to comment Share on other sites More sharing options...
LeighHerbert Posted November 4, 2008 Author Report Share Posted November 4, 2008 The broken image of the chart points to: http://localhost:3658/chartfx70/pss/ChartFX.aspx?id=0-110409292&type=png&mime=image%2fpng. Looking through the directories of the site, it looks like previous charts were saved to chartfx70/Download, but nothing new is being created now. Any thoughts? Quote Link to comment Share on other sites More sharing options...
LeighHerbert Posted November 4, 2008 Author Report Share Posted November 4, 2008 Apologies for the double post. The full IMG tag generated by the form is as follows: (underscores to stop it processing the tag) id="ctl00$ContentPlaceHolder1$chart1" src="/chartfx70/pss/ChartFX.aspx?id=0-110417431&type=png&mime=image%2fpng" WIDTH="503" HEIGHT="406" usemap="#ctl00$ContentPlaceHolder1$chart1Map" border="0" oncontextmenu="return SFX_OnChartContextMenu();" I have seen a couple of threads with similar problems. The other threads seem to differ in that those pages have been deployed. The charts I am getting problems with are in a site running in debug mode under VS2005 (Thought that was worth clarifying). Thanks again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.