Search found 9 matches
- Fri Sep 09, 2005 4:03 pm
- Forum: .NET
- Topic: The located assembly's manifest definition with name 'TeeCha
- Replies: 4
- Views: 7467
- Fri Sep 09, 2005 12:55 pm
- Forum: .NET
- Topic: The located assembly's manifest definition with name 'TeeCha
- Replies: 4
- Views: 7467
- 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.
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.
- 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) { // ************************************************************...
- 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...
- Thu Apr 14, 2005 1:03 pm
- Forum: .NET
- Topic: charts returning very slow
- Replies: 8
- Views: 13044
- Thu Apr 14, 2005 12:18 pm
- Forum: .NET
- Topic: charts returning very slow
- Replies: 8
- Views: 13044
- 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?
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?
asPie
is there an equivalent using asPie in .NET.
The code I was using in ax is:
ReturnChart.Series[0] .asPie.Circled=true
The code I was using in ax is:
ReturnChart.Series[0] .asPie.Circled=true