Page 1 of 1

Web Chart Not Displaying

Posted: Tue May 03, 2011 6:42 pm
by 15654036
Hello,

I am having a problem with a web chart in my project. In displays fine if I run it within Visual Studio 2010, however, when I publish it and host it using IIS on my computer, the chart will not display and a red X is displayed. I already checked my settings in IIS for allowing ASP and ASP.NET (under Application Development Features) and have made sure I am targeting the correct .NET framework. I have also tried changing the chart's "TempChart" property to each of the different options, but none of them allow the chart to be displayed. Any assistance would be greatly appreciated.

Thank you.

Re: Web Chart Not Displaying

Posted: Wed May 04, 2011 9:16 am
by 10050769
Hello Windy,
Ok. Follow next steps to try to solve your problem:

1.- Add WebChart to Design time
2.- Add GetChart.aspx, you can use attached example.
GetChart.zip
(943 Bytes) Downloaded 288 times
3.-Change TempChart to Session.
4.- Run project.

If previous steps doesn't solve your problem, please try to arrange a simple project so we can try to help you to solve it.

Thanks,