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.
Web Chart Not Displaying
Re: Web Chart Not Displaying
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. 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,
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. 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,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |