ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Chartdirector not constantly drawing Charts
Posted by Harry P. on Sep-26-2011 20:37
Hi,

I'm using Chartdirector V. 5 and asp.net.

My aspx-Site is using someting like that:

<%@ Import Namespace="ChartDirector" %>
<%@ Register TagPrefix="chart" Namespace="ChartDirector" Assembly="netchartdir" %>
[...code...]
<chart:WebChartViewer id="viewer1" runat="server" Visible="false"  />
<chart:WebChartViewer id="viewer2" runat="server" Visible="false"  />
<chart:WebChartViewer id="viewer3" runat="server" Visible="false"  />

in local Debug-Mode, this is working perfectly, it draws all 3 Charts.

After uploading it to my Webserver, which uses same version, of Chartdirector, it draws f.e.
Chart 1 and 2, but leaves chart 3 as a big blue cross.
After refreshing it draws something else, f.e. chart 2 and 3, but leaves chart 1 as a big blue
cross, sometimes it also draws all charts correctly, but i have never seen all charts as a
cross.

What could be the reason for this? How can i fix that :)

Thanks in advance,

Harry

  Re: Chartdirector not constantly drawing Charts
Posted by Harry P. on Sep-26-2011 23:48
Found answer here. Took me half a day, but it feels way better now :D

Thanks Peter, anyway.

http://www.chartdir.com/forum/download_thread.php?
bn=chartdir_general&pattern=&thread=1117550703