Starting today I'm getting the following error when I open my project in the Delphi 2007 IDE.
"This application has failed to start because DclTeePro911.bpl was not found. Re-installing the application may fix this problem."
I then click OK and get this message:
Can't load package
C:\Vcl2006\TeeChart2010\Delphi11\Bin\DclTeeMaker111.bpl
The specified module could not be found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.
As of Friday last week everything was fine and I come into work this morning and this error pops up. No changes were made to the computer config or Delphi. No components were removed or installed. The computer hasn't even been rebooted or touched since last Friday. I did try rebooting to see if that would make the error go away but it still remains. The folder in question DOES contain the files referenced in the errors so I'm a little baffled as to why it can not find them since they clearly exist.
Any ideas!?!
Scott
File not found error (DclTeePro911.bpl)
-
- Newbie
- Posts: 11
- Joined: Wed May 12, 2010 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: File not found error (DclTeePro911.bpl)
Hi Scott,
I'd make sure that both files path is on *top* of the search path list at Project -> Options -> Directories/Conditionals -> Search Path, that packages are enabled at Project -> Options -> Packages and finally that left-bottom "Default" checkbox is checked.
Hope this helps!
I'd make sure that both files path is on *top* of the search path list at Project -> Options -> Directories/Conditionals -> Search Path, that packages are enabled at Project -> Options -> Packages and finally that left-bottom "Default" checkbox is checked.
Hope this helps!
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 |
Re: File not found error (DclTeePro911.bpl)
Hi,
I have the same problem. I checked my search path and Options->Package.
When i load my project, there is the message "file not found error (DclTreePro911.bpl)". I have to Unload/Load my project a second time.
It seems that the problem occurs only when the project has been developped with a previous version of TChart. With a new project, there is no problem.
Regards
I have the same problem. I checked my search path and Options->Package.
When i load my project, there is the message "file not found error (DclTreePro911.bpl)". I have to Unload/Load my project a second time.
It seems that the problem occurs only when the project has been developped with a previous version of TChart. With a new project, there is no problem.
Regards
Re: File not found error (DclTeePro911.bpl)
Hi stsl,
Probably the project still has references to old TeeChart packages. I'd recommend you to manually edit the project files, with notepad or similar, and correct these wrong references.
Probably the project still has references to old TeeChart packages. I'd recommend you to manually edit the project files, with notepad or similar, and correct these wrong references.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: File not found error (DclTeePro911.bpl)
I removed all the old references in my project files but it didn't work.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: File not found error (DclTeePro911.bpl)
Hi stsl,
Do old projects have v9 packages at Project -> Options -> Packages enabled and correct v9 paths at Project -> Options -> Directories/Conditionals -> Search Path? You could also check the left-bottom "Default" checkbox after checking that.
Do old projects have v9 packages at Project -> Options -> Packages enabled and correct v9 paths at Project -> Options -> Directories/Conditionals -> Search Path? You could also check the left-bottom "Default" checkbox after checking that.
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 |
Re: File not found error (DclTeePro911.bpl)
I copied all the dcltee-----.bpl in the \public documents\Rad Studio\5.0\Bpl and now it works.
I dont know why, because it works with a new projects without these files in the public documents and my search paths are correctly defined.
I dont know why, because it works with a new projects without these files in the public documents and my search paths are correctly defined.
Re: File not found error (DclTeePro911.bpl)
Hi stsl,
Well, it confirms that the problem has to be something related with the references, search paths, library paths,...
Although it is not very elegant solution, we are happy to see you can work with it.
Well, it confirms that the problem has to be something related with the references, search paths, library paths,...
Although it is not very elegant solution, we are happy to see you can work with it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |