Brian Goldberg
Posts: 3
Joined: 2007-01-02
|
After I installed ADX VCL I now get this error when opening Delphi 7:
Registration procedure, Register2000.Register in package C:\Program Files\Borland\Delphi7\Bin\dclOffice2k70.bpl raised exception class EFileError: A class named TWordApplication already exists.
Then I get the following:
Can't load package C:\Program Files\Add-in Express\Add-in Express VCL\packages\delphi7\adxwizardd7.bpl. Registration procedure, Register2000.Register in package C:\Program Files\Borland\Delphi7\Bin\dclOffice2k70.bpl raised exception class EFileError: A class named TWordApplication already exists.
What do I need to do to fix this problem? |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Brian,
I think you have installed "MS Office XP Sample Automation Server Wrapper Components" and if you follow this link http://www.add-in-express.com/add-in-delphi/requirements.php you will see that MS Office 2000 Sample Automation Server Wrapper Components should be installed.
To solve the problem you should do the following:
1. Close all opened projects.
2. Go to Component|Install Packages and remove "MS Office XP Sample Automation Server Wrapper Components" (select it and click the Remove button).
3. Click the Add button, then find the dcloffice2k70.bpl file ("MS Office 2000 Sample Automation Server Wrapper Components") in the {$DELPHI}\Bin folder and click the Open button.
4. Click the OK button to close the Default Project Options dialog.
5. Restart your Delphi.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Abdul Basit
AccuPlan developer
Posts: 20
Joined: 2006-12-01
|
Dmitry,
Most people encounter this problem (including me) and get frustrated. I think it should be added to the insall instructions as "Read this First".
|
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Abdul,
Thank you for your suggestion.
|
|