Problems with displaying web chart in Visual Studio 2005

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
abbhakan
Newbie
Newbie
Posts: 4
Joined: Wed Nov 15, 2006 12:00 am

Problems with displaying web chart in Visual Studio 2005

Post by abbhakan » Mon Jan 07, 2008 12:47 pm

Hi,

I have a problem with displaying a web chart that I am using in a ASP.NET 2.0 web site using Visual Studio 2005.

When I run the web site from Visual Studio all I get is a square with a red cross.

The chart image is generated in the _chart_temp directory but it is not displayed in the browser.

I am using the evaluation version of TeeChart for .NET(TeeChartNET3VSNET2005Eval).

I have followed the guidelines in the Tutorial 17 Design time run time & license requirements.

In Visual Studio I have added a license.licx file with the following information:

Steema.TeeChart.Web.WebChart, TeeChart, Version=3.2.2894.2913, Culture=neutral, PublicKeyToken=9c8126276c77bdb7

The following files are available in the bin directory for my web site:
App_Licenses.dll
TeeChart.dll
TeeChart.dll.refresh
TeeChart.xml

The TeeChart.dll has also been registered in the global assembly cache (gac).

Any information or hints on what could be the problem would be appreciated.

Regards

Hakan

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 07, 2008 3:04 pm

Hi Hakan,

If you are using the evaluation version licenses.licx is not necessary.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply