Search found 10 matches

by Jim Holmes
Mon May 30, 2005 2:52 pm
Forum: .NET
Topic: Teechart ASP.Net
Replies: 5
Views: 9398

Narcis, Tricky one, everything works OK on the development box. If I copy the entire project over to the WebServer and recompile the project everything works OK while running in the IDE. If I point a client at the ASPX page whether on the server or a remote machine then I encounter the problem descr...
by Jim Holmes
Mon May 30, 2005 2:20 pm
Forum: .NET
Topic: Teechart ASP.Net
Replies: 5
Views: 9398

Hi Narcis,

Many thanks for the reply. The TempChart property is set at Session.

I am using the following to store the session state.

if (Session["ch1"]!=null)
{
Session.Remove("ch1");
}

ch1.Export.Template.Save(tmpChart);
Session.Add("ch1",tmpChart);

Regards,

Jim
by Jim Holmes
Mon May 30, 2005 1:25 pm
Forum: .NET
Topic: Teechart ASP.Net
Replies: 5
Views: 9398

Teechart ASP.Net

Hi, This is probably P.E.B.K.A.C but I'm using the Teechart .Net WebChart. I am accessing a MS SQL 2000 database using Microsofts Enterprise Library data access block. I'm developing on a Windows XP Pro SP2 machine and on the development box everything works as it is designed to. When I copy the pro...
by Jim Holmes
Mon Feb 28, 2005 4:29 pm
Forum: .NET
Topic: System.InvalidCastException:Invalid cast from Double to Date
Replies: 2
Views: 8202

Many thanks Christopher,

Worked a treat.

Jim.
by Jim Holmes
Mon Feb 28, 2005 10:43 am
Forum: .NET
Topic: System.InvalidCastException:Invalid cast from Double to Date
Replies: 2
Views: 8202

System.InvalidCastException:Invalid cast from Double to Date

Help I'm trying to display information about specific points a chart by using the SeriesClick event. I can display values for any series[x].YValues attribute but the minute I try to display the value of the XValues attribute I get the following error: Invalid cast from Double to DateTime. Descriptio...
by Jim Holmes
Mon Feb 28, 2005 10:36 am
Forum: .NET
Topic: Web Chart ClickSeries - Invalid parameter used.
Replies: 1
Views: 5034

Sorry all,

I think I had too many points on the chart ...... oops :oops:
by Jim Holmes
Fri Feb 25, 2005 9:50 am
Forum: .NET
Topic: Web Chart ClickSeries - Invalid parameter used.
Replies: 1
Views: 5034

Web Chart ClickSeries - Invalid parameter used.

I have a Web application that I am porting over from MS.Net v 1.0 to MS.Net v1.1. I am testing Microsofts Enterprise Library for data access and everything seems to be working well until I tried to wire up the Webchart ClickSeries event. Even with no code in the event handler I get the following mes...
by Jim Holmes
Mon Apr 05, 2004 2:10 pm
Forum: .NET
Topic: ASP.Net Click Series Event
Replies: 1
Views: 6093

ASP.Net Click Series Event

I have an ASP.Net application using the click series event I have two charts on the form and initially all that was required was for the top chart to control the creation of the bottom chart by clicking on the series. The requirements have changed slightly and I’m now required to provide the same fu...
by Jim Holmes
Tue Jan 27, 2004 2:54 pm
Forum: .NET
Topic: An Exception 'System.InvalidCastException' has occurred in T
Replies: 1
Views: 7405

An Exception 'System.InvalidCastException' has occurred in T

Hi, I'm having difficulty installing TeeChart v1 for Visual Studio .Net. I am running VS 2002. When I originally installed it I got the following error: An Exception 'System.InvalidCastException' has occurred in TOOLBO~1.exe But it seemed to work and I could use it from within VS. I had a problem wi...
by Jim Holmes
Tue Jan 13, 2004 4:28 pm
Forum: .NET
Topic: ClickSeries
Replies: 1
Views: 7736

ClickSeries

I have created a web page that contains two charts. When the top chart series is clicked the bottom chart shows information for the previous 8 hours. I have borrowed most of the code from the ASP.Net tutorial. Everything works until I drop another web component on the form then the Clickseries event...