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.
To make the tee chart a client side control in ASP.NET
Pep Jorge
http://support.steema.com
http://support.steema.com
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
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
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
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ashutosh,
Ok, just sent you strongnamed assemblies.
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 |
Instructions - How to post in this forum |