To make the tee chart a client side control in ASP.NET

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Feb 20, 2009 5:14 pm

Hi Ashutosh,

have you tried to remove the reference from the Solution Explorer / References and then add again by searching it manually ?

If you still having problems let me know and I'll prepare a new one and will send it to you.

Ashutosh
Newbie
Newbie
Posts: 49
Joined: Tue Nov 04, 2008 12:00 am

Post by Ashutosh » Tue Feb 24, 2009 5:30 am

Hi Pep,
Yes, I tried to add the the dll as you suggested. But still getting the same error while loading the chart which says 'wrong *.tee' file format. The error occors while adding the values with series(0).AddXY(value, value) method. The same piece of code has worked excellent earlier with the patch dll of v8 Activex control evaluation version sent by you. I think the actual dll also needs the same changes which was done with the evalution version.

Thanks
Ashutosh

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Feb 24, 2009 9:35 am

Hi Ashutosh,

The example here uses v8.0.0.5 registered version as can be seen in the AboutBox displayed. Could you please check if it works fine at your end and if your projects use same assembly? You could check it making them to display the AboutBox too.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Ashutosh
Newbie
Newbie
Posts: 49
Joined: Tue Nov 04, 2008 12:00 am

Post by Ashutosh » Tue Feb 24, 2009 12:23 pm

Hi Narcis,
I guess the dll used in the given example application is different from the actual one. The actual dll is TeeChart.dll which is available with the package that you suggested earlier to use. The dll being used in the example given now is Interop.TeeChart.dll. This one works fine but is this the one I should use for my active web application. I was trying to run the application with TeeChart.dll which seems to be actual one.
Please suggest
Thanks
Ashutosh

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Mar 02, 2009 10:21 am

Hi Ashutosh,

you can use the one of the example that Narcis gave to you ( Interop.TeeChart.dll). This one could also be generated automatically when a TChart component is placed into a WebForm. The only difference between the one included into the installation (teechart.dll) is that this one is strong named, but as it has not been updated for the latest maintenance could cause the errors you mentioned before.
You could use the one that Narcis sent you, or in case you need urgently the strong named dll let us know and we'll send to you asap.
We'll also update it for the next maintenance release.

Ashutosh
Newbie
Newbie
Posts: 49
Joined: Tue Nov 04, 2008 12:00 am

Post by Ashutosh » Mon Mar 02, 2009 11:47 am

Hi Pep,

Since the application has to go live sometime next week and user will be propted to download the activex control to view the chart, we feel it will the strong named dll will be a safer choice to avoid any issues in future. So please try to provide the strong named dll for the same.

Thanks and regards
Ashutosh

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 10, 2009 1:13 pm

Hi Ashutosh,

Ok, just sent you strongnamed assemblies.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply