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 |