I developed a custom screen saver in WPF (with the extension .scr) but I got an issue : When screen saver is run by Windows, the application stop imediately. After some tests, I found that it comes from the fact that I'm creating/writing files.
I tried :
- to add a manifest to run as administrator
- name my file with 8 characters + 3 for extension
- write my file in different location ("C:\", "C:\Windows", "C:\Program Files (x86)",...)
But nothing works...
Any idea ?
Note : I need to write lot of lines in my file