Atozed Forums

Full Version: Property LockSessionTimeout does not exist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We are compiling an existing project with Intraweb 15 (using RAD Studio v 10.2.3) and get the following error when trying to run the executable ...

"Error reading IWServerController.LockSessionTimeout: Property LockSessionTimeout does not exist"

When inspecting theServerController form properties, this property does exist.
Do the page/forms load in the IDE ok? Is it only the SC that gives errors?
(11-27-2018, 03:02 PM)kudzu Wrote: [ -> ]Do the page/forms load in the IDE ok? Is it only the SC that gives errors?

Yes, everything loads ok. Forms can be edited and saved. Even SC properties can be modified.
It is only at run-time when the error pops up.
Seems that you are linking with some old version of IW 15. Inspect your library path settings in Tools -> Options -> Delphi Options -> Library.

You probably have an entry pointing to an old IW version.