Page 1 of 1

WebChart TempChart path

Posted: Fri Oct 14, 2005 8:31 am
by 9340352
Hello,

I created a simple test asp.net 2 application with Visual Studio 2005 RC. There is one WebChart (from Steema TeeChart for .NET v2 Evolution) on the WebForm.

When I set the TempChart property to "File" then I get an exception:
"System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Steema Software\TeeChart for .NET v2 Evaluation\TeeChartForNET\_chart_temp\WebChart112700138639428126169.png' is denied."

How can I set the path of TempChart?

Best regards,

Gabor Varga

Posted: Fri Oct 14, 2005 9:17 am
by narcis
Hi Gabor,

To solve this problem please read "Tutorial9 - ASP.NET Applications". You'll find the tutorials at TeeChart's program group. Specially don't forget to include the GetChart.aspx.cs file to your project.

Posted: Fri Oct 14, 2005 5:27 pm
by 9340352
Hi,

Thank you for revealing this tutorial I did not notice it before. :oops:
I found the necessary information in that tutorial. :)

Best regards,

Gabor Varga

Posted: Mon Oct 17, 2005 8:29 am
by narcis
Hi Gabor,

You're welcome. I'm glad to hear this helped.