I know from what I have read that the property Requestlive is deprecated... but I cannot run my applications on Delphi 2006 with zeos 6.5.1alpha 13-10-2005, I get the error and dont know how to get rid of it.
Anyone with the same problem ?
Thanks.
Removing requestlive property after upgrading
Moderators: gto, cipto_kh, EgonHugeist
This is a new project or something that was created using other zeos version?
If it's not new, try to look for RequestLive property into .dfm files, and remove the lines with it.
If It's new, packages from old zeos versions (other delphi version or previous installation) may be around. You need to remove the actual zeos, search for the old files (which can be any ext, but most will be .dcu and .bpl), using the paths of Tools/Environment Options, remove and them install again the latest version. That's called a "clean up" before install a new version, and should be done ever.
If it's not new, try to look for RequestLive property into .dfm files, and remove the lines with it.
If It's new, packages from old zeos versions (other delphi version or previous installation) may be around. You need to remove the actual zeos, search for the old files (which can be any ext, but most will be .dcu and .bpl), using the paths of Tools/Environment Options, remove and them install again the latest version. That's called a "clean up" before install a new version, and should be done ever.