TeeChart .NET plus ActiveX Version 8

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jenb
Newbie
Newbie
Posts: 50
Joined: Thu Jun 21, 2007 12:00 am

TeeChart .NET plus ActiveX Version 8

Post by jenb » Fri Nov 02, 2007 2:50 pm

I recently upgrade TeeChart ActiveX 7 to 8. I now want to use the .NET version again but my .NET project is acting strangely giving me a warning that :

'Could not load file or assembly 'TeeChart, Version=3.2.2763.26082, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))'

This was the version that was installed before I installed ActiveX 8. I have now downloaded and installed version 3.2.2831.26851 but it is still giving me the same warning, and still looking for the old version.

Any suggestions?

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

Post by Narcís » Mon Nov 05, 2007 8:05 am

Hi jenb,

You should check that new version has been registered properly. You could check AssemblyFolders settings as told here. You could also try registering current version using TeeRegister tool available at the client download area.
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

jenb
Newbie
Newbie
Posts: 50
Joined: Thu Jun 21, 2007 12:00 am

Post by jenb » Tue Nov 06, 2007 9:42 am

Hi Narcis

I am still having trouble with this (was away on holiday yesterday). The file seemed to be registered correctly but I uninstalled TeeChart and installed again. Also I used the TeeRegister tool. I removed TeeChart from the project references and added again, and also removed from all forms or components using TeeChart and added again.

It seems that the license file licenses.licx is not being generated properly. When I added the latest Tee Chart version to the references (version 3.2.2831.26851) it generated a license file with the following 2 lines:

Steema.TeeChart.TChart, TeeChart, Version=3.2.2763.26082, Culture=neutral, PublicKeyToken=9c8126276c77bdb7
Steema.TeeChart.TChart, TeeChart, Version=3.2.2796.22187, Culture=neutral, PublicKeyToken=9c8126276c77bdb7

Compiling with this I get the error -

Error 14 'Could not load file or assembly 'TeeChart, Version=3.2.2763.26082, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))'

Then I manually added a line for the latest version. Now get the error message -

Error 14 'Could not load file or assembly 'TeeChart, Version=3.2.2831.26851, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))'

Any suggestions?

jenb

jenb
Newbie
Newbie
Posts: 50
Joined: Thu Jun 21, 2007 12:00 am

Post by jenb » Tue Nov 06, 2007 10:15 am

I uninstalled and re-installed again and it seems to be working now!

Post Reply