Board index » delphi » Ftp Run Error

Ftp Run Error


2005-10-18 07:30:06 AM
delphi234
Ver 9.0.18, Delphi 6
I have compiled and run other projects with Pop and Smtp with no
problems with. Now TidFtp It compiles ok but I get the following error
when it trys to run.
Project BuildAvalable.exe raised exception class EReadError with message
'Property MaxLineAction does not exist'. Process stopped. Use Step or
Run to continue.
Thanks
Donald S. Bossen
 
 

Re:Ftp Run Error

"Donald Bossen" <XXXX@XXXXX.COM>writes
Quote
Ver 9.0.18, Delphi 6
That is an old build. The latest snapshot build is 9.0.50.
Quote
Project BuildAvalable.exe raised exception class EReadError
with message 'Property MaxLineAction does not exist'. Process
stopped. Use Step or Run to continue.
D6 ships with Indy 8 pre-installed. You must remove completely it before
installing Indy 9.
Gambit
 

Re:Ftp Run Error

Open up the DFM for the Form or DataModule that contains the TIdFTP
Component on it. Search for MaxLineAction and remove it from the DFM saving
after you have removed and try building again. This should fix the problem.
Jeremy
"Donald Bossen" <XXXX@XXXXX.COM>writes
Quote
Ver 9.0.18, Delphi 6
I have compiled and run other projects with Pop and Smtp with no problems
with. Now TidFtp It compiles ok but I get the following error when it trys
to run.

Project BuildAvalable.exe raised exception class EReadError with message
'Property MaxLineAction does not exist'. Process stopped. Use Step or Run
to continue.

Thanks
Donald S. Bossen

 

Re:Ftp Run Error

Thanks For the Reply
The Options of Download was
9.0.18
Developers Snapshot
I downloaded the Developers SnapShot and Installed.
Now the version reads DevSnapshot is this the correct version I should
use. I am able to finally compile and run.
Donald S. Bossen
Remy Lebeau (TeamB) writes:
Quote
"Donald Bossen" <XXXX@XXXXX.COM>writes
news:XXXX@XXXXX.COM...


>Ver 9.0.18, Delphi 6
>

That is an old build. The latest snapshot build is 9.0.50.


>Project BuildAvalable.exe raised exception class EReadError
>with message 'Property MaxLineAction does not exist'. Process
>stopped. Use Step or Run to continue.
>

D6 ships with Indy 8 pre-installed. You must remove completely it before
installing Indy 9.


Gambit