473,796 Members | 2,460 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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

While debugging appplications, I often see this message popup in the VS
output window. Although I havent specifically written any
multithreading into my app, I would guess this means there is some
somewhere.

Can anyone offer some insight into this message?

Jun 7 '06 #1
4 7804
Hello Charlie,

it means that you exit from you app normally and main thread was closed
<No Name> is the name of thread, that was not set.
IF you create new thread and set Thread.Name property you could see the
"The thread 'youName' has exited with code 0 (0x0)

CB> The thread '<No Name>' (0xedc) has exited with code 0 (0x0)
CB>
CB> While debugging appplications, I often see this message popup in the
CB> VS output window. Although I havent specifically written any
CB> multithreading into my app, I would guess this means there is some
CB> somewhere.
CB>
CB> Can anyone offer some insight into this message?
CB>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Jun 8 '06 #2
I guess each form use an thread. And also the form trigger more threads when
it init components asynchronously. -Ryan

"Charlie Brown" <cb****@duclaw. com> ????
news:11******** **************@ c74g2000cwc.goo glegroups.com.. .
The thread '<No Name>' (0xedc) has exited with code 0 (0x0)

While debugging appplications, I often see this message popup in the VS
output window. Although I havent specifically written any
multithreading into my app, I would guess this means there is some
somewhere.

Can anyone offer some insight into this message?

Jun 8 '06 #3
Michael,

Youre not right. I've seen this message several times in a running
application that was not exiting at the time, the message occured. It comes
periodically.

Benny

"Michael Nemtsev" <ne*****@msn.co m> skrev i en meddelelse
news:9c******** *************** ***@msnews.micr osoft.com...
Hello Charlie,

it means that you exit from you app normally and main thread was closed
<No Name> is the name of thread, that was not set.
IF you create new thread and set Thread.Name property you could see the
"The thread 'youName' has exited with code 0 (0x0)

CB> The thread '<No Name>' (0xedc) has exited with code 0 (0x0)
CB> CB> While debugging appplications, I often see this message popup in
the
CB> VS output window. Although I havent specifically written any
CB> multithreading into my app, I would guess this means there is some
CB> somewhere.
CB> CB> Can anyone offer some insight into this message?
CB> ---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche

Jun 9 '06 #4
Benny,
I have also seen this popup while my application has been idle. Maybe
6 or 7 entries over 10 minutes with no user activity.

Benny S. Tordrup wrote:
Michael,

Youre not right. I've seen this message several times in a running
application that was not exiting at the time, the message occured. It comes
periodically.

Benny

"Michael Nemtsev" <ne*****@msn.co m> skrev i en meddelelse
news:9c******** *************** ***@msnews.micr osoft.com...
Hello Charlie,

it means that you exit from you app normally and main thread was closed
<No Name> is the name of thread, that was not set.
IF you create new thread and set Thread.Name property you could see the
"The thread 'youName' has exited with code 0 (0x0)

CB> The thread '<No Name>' (0xedc) has exited with code 0 (0x0)
CB> CB> While debugging appplications, I often see this message popup in
the
CB> VS output window. Although I havent specifically written any
CB> multithreading into my app, I would guess this means there is some
CB> somewhere.
CB> CB> Can anyone offer some insight into this message?
CB> ---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche


Jun 14 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1866
by: Christopher | last post by:
I came across this line in a lib I am studing, it simply has class cSceneNode; all by itself. what is that line doing? I am used to seeing a declaration: MyClass test; or definition: class MyClass{ public: foo();}; but never just: class <name>; Thanx, Christopher
8
8220
by: SteveK | last post by:
I'm getting the error: "Cannot implicitly convert type 'MovesDBMigrate.MotionNameElementTypes' to 'int'" for this line of code: m_nameElementTableNames = "Tbl_NameCharacters"; Of course if I cast int to it, then it compiles, but if I have declared the enum's type as int, why do I need to cast int to the value?
0
1463
by: Doug | last post by:
I got this as soon as I installed Vis Studio 2003, which either requires different permissions to inetpub\wwwroot or changed them during installation. I couldn't open an existing solution or create a new one. Very frustrating. The solution (for me, anyway) was to change the permissions to the inetpub\wwwroot folder. I needed these permissions:
3
2892
by: noreponse1 | last post by:
Hello, I have a solution that contains two projects. I have 2 dlls that these projects use. Here's how it's set up: Solution -ProjectA --References ---DLLA -ProjectB
1
2256
by: MAILTONRK | last post by:
Hi, I am a Mainframe guy. I am working with MS access(maintaining a application) for the last 2 weeks. I had one master database and four replicas. One of my replica had trouble in synchronization(It said, database is in use..). After searching google, I ran "Compact and repair" utlity against my replica. It looks like, it has changed the attribute of my replica.
0
2426
by: sphinney | last post by:
I have a complex Access 2002 database with multimple tables, queries, forms, and reports. The database is used by miltiple users that have one of four different levels of security. The databae uses a workgroup security file. The database is designed to be opened without the workgroup security file by general users (who have the lowest permission levels). I've been working on the database recently to make some "minor" modifactions. ...
0
2874
by: Andrzej Lipski | last post by:
Hello I am developing a Windows Ce 5.0 mobile application. I followed the example shown at : Creating Self-Updating Applications With the .NET Compact Framework http://msdn2.microsoft.com/en-us/library/aa446487.aspx I was able to build the Cab file installer and Setup for the application just fine and I created the CustomInstaller in VB rather than C# in the example.
1
3044
by: inteladu | last post by:
I have created an object TF_T.....and I seem to be stuck at this error....please need some suggestions to overcome this.....please....very very urgent!!! thanks!!!
3
4358
by: MLH | last post by:
The specified file is currently being used by another user or session. Wait for the other user or session to finish working with the file, and then try the operation again. So, I've got db1.mdb open, yeah. I select a report in database window, yeah, press ctrl-C, then change to another application window on same machine, running Access 97 with Other.mdb open and the Reports Tab selected it's database window... I press ctrl-V and get...
4
4299
by: smadadi | last post by:
When iam trying to save changes to some of the reports i am getting the error message as 'Couldn't save currently locked by user admin on machine <name>' happening with only some of the reports not with all. Can any one help me?
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9525
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10221
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10169
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5569
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.