I am a new customer having used the Delphi distributed version previously. I just licensed the VCL TeeChart Pro V2011 for Delphi XE with source.
After downloading and installing, i ran "TeeRecompile" and then "TeeInstaller". However when I try to open Delphi i get the error message "Cannot load package 'Tee915'. It contains unit 'TeeAbout', which is also contained in package 'Tee9150'". How do I resolve this?
RNH98027
Installation of TeeChart Pro V2011 with source
Re: Installation of TeeChart Pro V2011 with source
Hi,
The TeeChart packages ended with "0" are the Standard packages shipped with the IDEs. Your IDE seems to be confused because it is trying to load the package you've just compiled (Tee915) but also the Standard package that came with the IDE (Tee9150).
To resolve this, please, check the IDE packages list making sure the Standard version isn't selected. Then you should be able to select the Pro packages.
Also note we usually recommend to install the binary version prior to the source code version because only the binary version includes the help files, tutorials and examples.
The TeeChart packages ended with "0" are the Standard packages shipped with the IDEs. Your IDE seems to be confused because it is trying to load the package you've just compiled (Tee915) but also the Standard package that came with the IDE (Tee9150).
To resolve this, please, check the IDE packages list making sure the Standard version isn't selected. Then you should be able to select the Pro packages.
Also note we usually recommend to install the binary version prior to the source code version because only the binary version includes the help files, tutorials and examples.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installation of TeeChart Pro V2011 with source
I uninstalled the Pro Source Version and Installed the binary version per your instructions. I recompiled it. Then I installed the Pro Source Version and recompiled it. Then I launched Delphi XE and Used "Components/Install Package" command, found the Pro Source version in the list. When I attempted to "checkmark" it i got the message attached i mentioned before, "Cannot load package 'Tee915.' It contains unit 'TeeAbout', which is also contained in package 'Tee9150'. "TeeAbout.dcu" and "TeeAbout.dfm" under the Embarcadero\RadStudio\8.0\lib\Win32\release folder were previously disabled by renaming them. I cannot find any other instances of "TeeAbout.dcu"
Re: Installation of TeeChart Pro V2011 with source
Hi,
Some way or another it seems that the TeeChart package that comes with the IDE (Tee9150) is still trying to be loaded. If you can't find it selected in the packages list, the problem will probably be caused by another 3rd party component that is using TeeChart. Please, try to unselect any package suspicious to be using TeeChart and try to select TeeChart Pro again. You should be able to fins what package is making the difference.
Some way or another it seems that the TeeChart package that comes with the IDE (Tee9150) is still trying to be loaded. If you can't find it selected in the packages list, the problem will probably be caused by another 3rd party component that is using TeeChart. Please, try to unselect any package suspicious to be using TeeChart and try to select TeeChart Pro again. You should be able to fins what package is making the difference.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installation of TeeChart Pro V2011 with source
I've done what you have suggested, and also uninstalled Report Builder and re-installed TChart, but without any success. Have searched for all instances of "TeeAbout" and for "*9150*" on my machine. I am on win 7 - 32 bit. I use Report Builder and Gnostice E-report for report output to PDF.
However, although I cannot "Install the TeeChartPro Package", I have been able to build the DCU's from the package and incorporate them into my project successfully with expected chart output. So I have an acceptable "work-around" and do not need any more help. However, it would be nice if this issue could be resolved in the future.
However, although I cannot "Install the TeeChartPro Package", I have been able to build the DCU's from the package and incorporate them into my project successfully with expected chart output. So I have an acceptable "work-around" and do not need any more help. However, it would be nice if this issue could be resolved in the future.
Installation of TeeChart Pro V2011 with source
Installing from souce using teeRecomplie to xe and xe2 get an error in xe2 that says can not load this *.bpl was complied in a diffrent version of delphi
Re: Installation of TeeChart Pro V2011 with source
Hi Ray,
These problems are usually caused by a 3rd party component using a different version of TeeChart than the version that is trying to be installed.
Another common cause is some wrong reference in the Library and Search paths in the IDE. Please, check them making sure the TeeChart references are on the lists.
Are you using RAD Xe2 with Update3?Raymhuff wrote:that says can not load this *.bpl was complied in a diffrent version of delphi
These problems are usually caused by a 3rd party component using a different version of TeeChart than the version that is trying to be installed.
Another common cause is some wrong reference in the Library and Search paths in the IDE. Please, check them making sure the TeeChart references are on the lists.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |