Page 1 of 1

StiOptions.Configuration and documentation

Posted: Mon Oct 09, 2006 5:01 am
by lcruiser
Hi,

I just downloaded SR_2006.10.07_R2005 and found that the two properties StiOptions.Configuration.DontSaveConfig and
StiOptions.Configuration.DontLoadConfig no longer exist. Is there any documentation with the new version about managing config settins?

Thanks

StiOptions.Configuration and documentation

Posted: Mon Oct 09, 2006 7:20 am
by Vital
Yes, that correct.

We have some problems with previous version and decide change report system. Now on start report system check exist or no file Stimulsoft.Report.config.
If file exist report system load it. If no - then report system create services only on demand. So if you need load configuration file you need place
Stimulsoft.Report.config file. If not need - do not place. If you need load your own confiration file you can use method StiConfig.Load("myconfig.config").

Thank you.