The thread '<No Name>' (0x974) has exited with code 0 (0x0) ?

  • Thread starter Thread starter Anders Both
  • Start date Start date
A

Anders Both

Why does my asp.net application sometimes write into the debug window

The thread '<No Name>' (0x974) has exited with code 0 (0x0).

?
 
This is typically your main thread or a helper thread spawned by the main
thread. Ignore it unless the exit code is other than what is listed which
indicates an abnormal condition
 
Back
Top