Search found 9 matches

by Cory
Fri Sep 09, 2005 4:03 pm
Forum: .NET
Topic: The located assembly's manifest definition with name 'TeeCha
Replies: 4
Views: 7467

that seems to have worked
by Cory
Fri Sep 09, 2005 12:55 pm
Forum: .NET
Topic: The located assembly's manifest definition with name 'TeeCha
Replies: 4
Views: 7467

V1
by Cory
Thu Sep 08, 2005 10:10 pm
Forum: .NET
Topic: The located assembly's manifest definition with name 'TeeCha
Replies: 4
Views: 7467

The located assembly's manifest definition with name 'TeeCha

I installed the lates techart for .net and I am getting this error:

The located assembly's manifest definition with name 'TeeChart' does not match the assembly reference.

This is killing me as I was supposed to have this in production yesterday.
by Cory
Thu Apr 14, 2005 1:44 pm
Forum: .NET
Topic: charts returning very slow
Replies: 8
Views: 13044

when I step through it everything runs very slow which makes me think that the part that is slowing it down is when GetChart.aspx is generating the chart. that code looks like: private void Page_Load(object sender, System.EventArgs e) { // ************************************************************...
by Cory
Thu Apr 14, 2005 1:08 pm
Forum: .NET
Topic: charts returning very slow
Replies: 8
Views: 13044

those sample is where I got the code I am using: public void LoadLeasedOwned() { Intel.PMT.CommonClasses.cData oData = new Intel.PMT.CommonClasses.cData(); DataSet ds = new DataSet(); ds = oData.ExecuteQuery("Exec sp_bldgs_leased_owned"); System.Drawing.Color sliceColor = new Color(); MemoryStream t...
by Cory
Thu Apr 14, 2005 1:03 pm
Forum: .NET
Topic: charts returning very slow
Replies: 8
Views: 13044

the samples all use a FillSampleValues method. What code should I write to replace that?
by Cory
Thu Apr 14, 2005 12:18 pm
Forum: .NET
Topic: charts returning very slow
Replies: 8
Views: 13044

I just sent some sample code through the email. It runs slowly on by pc and the server. As far as the live samples, where can I get to those?
by Cory
Wed Apr 13, 2005 9:06 pm
Forum: .NET
Topic: charts returning very slow
Replies: 8
Views: 13044

charts returning very slow

I am creating 3 pie charts on a webform using the .net class, and they are returning very slow.

I am putting them into a memory stream and my tempchart=session.

Can someone help me figure out why the charts are bogging my web site down so much?
by Cory
Mon Jan 17, 2005 9:21 pm
Forum: .NET
Topic: asPie
Replies: 1
Views: 4492

asPie

is there an equivalent using asPie in .NET.

The code I was using in ax is:

ReturnChart.Series[0] .asPie.Circled=true