Search found 176 matches

by Amol
Tue Aug 29, 2006 4:30 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

suggestions for a host

Dear Marc,

Thanks for your response. I think I need your help in deciding a hosting company that supports .NET 2.0 and TeeChart.

Thanks and looking forward to your suggestions.

Best regards,

Amol
by Amol
Thu Aug 24, 2006 3:13 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

Registration of license file

Dear Marc, As suggested by you, I registered TeeChart using the registration utility but still I do not get any error message during compilation of the project without the license file. I have been developing applications using TeeChart for .NET in .NET 1.1 using Visual Studio 2003. I recently upgra...
by Amol
Thu Aug 24, 2006 2:28 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

Attempt to access the method failed.

Dear Marc, Thanks for your response. I tried removing the license.licx file as per your suggestion. Then I did "Build Web Site". The build was successful. However, when I executed the code, I did not see any webchart on the webpage (as it might not have found any license). Then I uploaded this proje...
by Amol
Tue Aug 22, 2006 9:52 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

TeeChart Problem with ASP.NET 2.0

Hello Narcis, I am in the middle of a very urgent task and so I decided to create a new project and try that on the website. After creating, compiling and executin my new project, I tested it on the localhost and on the Local Area Network. Everything worked fine. As soon as I updated the code on the...
by Amol
Tue Aug 22, 2006 2:38 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

Attempt to access the method failed.

Dear Narcis, I do not get the same error in the sample or the demo. Also, I have developed applications in ASP.NET 1.1 and Visual Studio 2003 using TeeChart and those work great. However, I migrated my project from .NET 1.1 to .NET 2.0 and started using Visual Web Developer 2005 Express for the deve...
by Amol
Mon Aug 21, 2006 8:06 pm
Forum: .NET
Topic: Problem with Webchart "Attempt to access the method fai
Replies: 13
Views: 28659

Problem with Webchart "Attempt to access the method fai

Hi, I am using .NET 2.0, visual web developer 2005 express for an application. Everytime I test the application on my website, I get the following error message on pages that contain TeeChart webchart. The error message that I get is as follows: Attempt to access the method failed. Description: An u...
by Amol
Wed Jul 19, 2006 1:07 am
Forum: .NET
Topic: Webchart Zoom Problem
Replies: 1
Views: 4827

Webchart Zoom Problem

Hi, I am trying to apply zoom to a webchart, however, it is not working as desired. I initialize some variables at the time of Page_Load only when Page.IsPostBack is false. The page comes up with a webchart with single line series. Now when I put multiple line series on the same webchart (depending ...
by Amol
Thu Jun 15, 2006 5:20 pm
Forum: .NET
Topic: custom axis
Replies: 2
Views: 9770

please reply!!!!

Please suggest something!!
by Amol
Thu Jun 15, 2006 4:58 pm
Forum: .NET
Topic: Dynamic Generation of Tee Chart at Runtime
Replies: 2
Views: 10491

public void PopulateLinesForGraph() { line1 = new Steema.TeeChart.Styles.Line(); line2 = new Steema.TeeChart.Styles.Line(); for(int i=0;i<s1.Length;i++) line1.Add(s1 ,s2 ); for(int i=0;i<s1.Length;i++) line2.Add(s1 ,s2 ); line1.Color = Color.Red; line1.Title = "units" line1.LineHeight = 40; line2.Co...
by Amol
Thu Jun 15, 2006 4:54 pm
Forum: .NET
Topic: custom axis
Replies: 2
Views: 9770

custom axis

Can we somehow have two vertical axis on the left side. The situation is, I have to plot three variables in one graph. The first one ranges from 0 to 1, the second one ranges from 1000 to 5000 and the third one ranges from 30000 to 50000. I have already plotted variable 2 and 3 on left and right ver...
by Amol
Tue May 30, 2006 3:55 am
Forum: .NET
Topic: Error message on the host server
Replies: 1
Views: 7638

Error message on the host server

Hi, I purchased the TeeChart .NET v2 yesterday and added the Reference to my ASP.NET application. However, when I uploaded my website, I get the error message saying: "The evaluation version of TeeChart has expired. Please see http://www.steema.com for latest release. Please help. My website and the...