Hi,
I've written a screen saver in C# but whenever I run it on preview mode or let it kick in, it throws an exception. When I double click it in Windows\System32 it runs fine. With the Visual studio debugger I sussed out that it doesn't read the .config file of the application, which is also in Windows\System32.
I think that when rundll32.exe executes the screen saver, the app.config file is being omitted. Is there a way to force it to load?
Thanks