> FtpTst doesn't open properly, gives following error > > Error reading FtpClient1.BandwidthLimit: Property BandwidthLimit > Does not exist. and Error reading FtpClient1.BandwidthSampling: > Property BandwidthSampling Does not exist.
You have two ICS versions on your system. One old and one newer. The package installed in Delphi correspond to the older. The sample program you open correspond to the newest. > How would i go about uninstalling package properly to reinstall? In Delphi IDE, remove the installed ICS packet (menu component/install packages search ICS and click remove button). Then simply delete all files in {your ICS installdir}\delphi\internet and {your ICS installdir}\delphi\vc32 and the unzip the latest ICS in your ICS installdir and rebuild and reinstall the package (see readme.txt for detailed informations). If you want to keep the old version on your harddisk, be sure to rename your ICS install directory to a name which is not mentionned in any path so that Delphi doesn't find it anymore. Most problems comes from the fact that the IDE, the compiler, linker and debugger find various file versions (bpl, pas, dfm, dcu,...) on the hard disk depending on their respective path order. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be