- Thread starter
- #11
ok talking to myself
not all settings were being loaded from config using original source and constructor does not set them for you...
I have now added in calls to populate the settings.
Issue with not updating last update time was actually down to the settings being update by DB Reorg call but that just updated the xml cache and as this is not inside MP it was never actually written to disk. Adding in a call of Settings.SaveCache before exit seems to solve that one.
Now I am happy it is working as it should... As no-one else has piped up here I am assuming no-one else is interested in code? I will post source and binary here if people want...
not all settings were being loaded from config using original source and constructor does not set them for you...
I have now added in calls to populate the settings.
Issue with not updating last update time was actually down to the settings being update by DB Reorg call but that just updated the xml cache and as this is not inside MP it was never actually written to disk. Adding in a call of Settings.SaveCache before exit seems to solve that one.
Now I am happy it is working as it should... As no-one else has piped up here I am assuming no-one else is interested in code? I will post source and binary here if people want...