Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
invalid cache dir
#1
hallo

I will run my first little app standalone on a new PC
but  the app won't start, in the LOG is an exception "invalid cache directory d:\temp"

On the new PC , d:\temp doesn't exist, its the Temp-Dir on the Developer PC.
If I create d:\temp on the new PC , the app started normaly

But I can't find the place, where it can be changed.

Thanks

  Jörg
Reply
#2
It is on the servercontroller.CacheDir

I use something like the following in the code to set it from an xml file.

if Sysutils.ForceDirectories(SystemParams.ServerControllerParams.CacheDir) then
CacheDir := SystemParams.ServerControllerParams.CacheDir;
Reply
#3
Yes, @joelcc is correct.

The ideal place to set this is the OnConfig event of the ServerController object.
Reply
#4
(10-27-2023, 09:33 AM)joergb Wrote: thanks for your answers.


I found my error.
It was a little bit tricky to find it, 'cause the Constructor of ServerControlerBase throwed the Exception, this is before anyting of a app starts.

Thanks again
 Jörg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)