I start debugging WPF app, I get several The thread 0xab5c has exited with code 0 (0x0). finally The program '[24388] MyApp.dgdg.exe ' has exited with code 0 (0x0).
When I run MyApp.dgdg.exe from bin/Debug it runs fine.
Please help :)
I start debugging WPF app, I get several The thread 0xab5c has exited with code 0 (0x0). finally The program '[24388] MyApp.dgdg.exe ' has exited with code 0 (0x0).
When I run MyApp.dgdg.exe from bin/Debug it runs fine.
Please help :)
This is just a harmless Visual Studio debugging message that you can safely ignore or switch off by simply right-clicking in the output window and uncheck the "Thread Exit Messages" option.
It's not an error.