Atozed Forums
Property LockSessionTimeout does not exist - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Property LockSessionTimeout does not exist (/thread-842.html)



Property LockSessionTimeout does not exist - pvanwyk - 11-27-2018

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.


RE: Property LockSessionTimeout does not exist - kudzu - 11-27-2018

Do the page/forms load in the IDE ok? Is it only the SC that gives errors?


RE: Property LockSessionTimeout does not exist - pvanwyk - 11-27-2018

(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.


RE: Property LockSessionTimeout does not exist - Alexandre Machado - 11-27-2018

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.