Page 1 of 1

Problem with v3.5

Posted: Fri May 08, 2009 4:58 am
by 13045317
I upgraded v3.5 from v2 as well as VS2005 to VS2008, I replaced webchart component to new one. When I compiled the web application I don't have any error messages but when I run the application I can not see the Chart on the page.x is the only thing I can get. I can see and edit the chart during the desing time. I started a new application, same result. I tried with VS2005 but it didn't help too.

any help and advice will be appreciated.

Posted: Fri May 08, 2009 8:13 am
by narcis
Hi 7oDS,

This is most likely a permissions problem in the server's folder where charts need to be stored.

I'd recommend you to set TempChart property to session as told in "Tutorial9 - ASP.NET Applications", at the "TempChart property - File, Session, Cache or Httphandler" section. Don't forget to add the GetChart.aspx.cs file in the project depending on the option you use.

Posted: Wed May 13, 2009 12:04 am
by 13045317
It is working now.
Thanks for the support.