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.
Problem with v3.5
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / 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 |