I have a .Net 2.0 WinForms app that I'm trying to use as a logon screensaver (64-bit Win7Pro). It runs just fine from the command line when I'm logged in and as my screensaver. However, it exits immediately when run as a logon screensaver.
I know it's getting a CLR exception because its exit code is 0xE0434F4D, but I can't figure out how to debug it.
Is there any way to debug a logon screensaver in Win7?