views:

164

answers:

1

Hi guys, quick question, I get this message sometime in the output window in debug mode when running a .net mvc c# application. The application still works after these messages, it does not crash and there is no reason to crash, any ideas on what this mean?

+8  A: 

Those are not errors -- that simply telling you that a background thread has exited. Zero means it ran and exited successfully.

George