| Description: | SAM library now shows error message, if settings file is corrupt:
Supported case is: stream end is reached before expected.
Problem may occur with .Net host application, if settings are saved at .Net program shutdown, because under .Net COM is closed, when main thread exits, but Windows internal COM worker threads, saving settings data, still may be active and are cancelled, because COM is closed ...
Samlight does NOT have this problem, because COM remains active, even if the main thread exits ... |