Page 1 of 1

Removing requestlive property after upgrading

Posted: 17.04.2006, 17:34
by piratacs
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.

Posted: 17.04.2006, 17:55
by gto
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.

Posted: 17.04.2006, 18:29
by piratacs
Will try to remove all previous versions and do a clean install... Will keep posted. Thanks.

Posted: 17.04.2006, 23:58
by piratacs
Deleting the values from the .dfm files fixed the problem. Thanks.