The thread 0xdb0 has exited with code 0 (0x0).

G

Guest

Hello,

I´m writing a windows application in C-Sharp which makes long
calculations (10-40 minutes).

Very often I get messages like:
The thread 0xdb0 has exited with code 0 (0x0).

Although I do not use Threading for my program.

It seems to me that Visual Studio or the designed GUI of my programm
uses threading.

When do such error occur?
And what can I do to prevent such errors?


Regards,

Martin
 
G

Guest

Do not worry about things like that. Many operations in .Net will perform
background data manipulation. It could be GUI data.
 
A

Adam Clauss

Martin Pöpping said:
Hello,

I´m writing a windows application in C-Sharp which makes long calculations
(10-40 minutes).

Very often I get messages like:
The thread 0xdb0 has exited with code 0 (0x0).

Although I do not use Threading for my program.

It seems to me that Visual Studio or the designed GUI of my programm
uses threading.

When do such error occur?
And what can I do to prevent such errors?

What makes you think this is an error?
 
?

=?ISO-8859-15?Q?Martin_P=F6pping?=

What makes you think this is an error?

Well I do not know if it is an error or not.

But sounds to be normal according to the other answer.


Regards,
Martin
 
E

Eric

Martin said:
Well I do not know if it is an error or not.

You probably see these in VS, so it's hard to know exactly. But if you
see them at runtime outside of VS, perhaps using the SysInternals
DebugView utility there may be a cause for concern.

Inside the IDE it may relate to various addins and designers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top