Page 1 of 1
TeeChart .NET plus ActiveX Version 8
Posted: Fri Nov 02, 2007 2:50 pm
by 13045625
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?
Posted: Mon Nov 05, 2007 8:05 am
by narcis
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.
Posted: Tue Nov 06, 2007 9:42 am
by 13045625
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
Posted: Tue Nov 06, 2007 10:15 am
by 13045625
I uninstalled and re-installed again and it seems to be working now!