Using multithreading: Why does the main thread stop every time on newest questions tagged multithreading – Stack Overflow
I have a question about the main thread in my application, which I debug using Visual Studio. While the application is running, what I see in the input window is that the main thread stops, every time.
So my question is: Why does the main thread stop every time and the application continues running
The input window give me the following:
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\mscorlib.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'c:\documents and settings\administrateur\bureau\gestiondesimmobilisations machi howa hada\gestiondesimmobilisations\bin\debug\GestionDesImmobilisations.exe' chargé, symboles chargés.
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Windows.Forms.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Drawing.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Data.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Xml.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Core.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Xml.Linq.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'c:\program files\microsoft sql server compact edition\v3.5\devices\System.Data.SqlServerCe.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'System.SR.dll' chargé
'GestionDesImmobilisations.exe' (Managé) : 'System.SR.resources.dll' chargé
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
'GestionDesImmobilisations.exe' (Managé) : 'C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\Debugger\BCL\System.Data.DataSetExtensions.dll' chargé
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
Le thread 0xf7137ee6 s'est arrêté avec le code 0 (0x0).
See Answers
source: http://stackoverflow.com/questions/11449258/why-does-the-main-thread-stop-every-time
Using multithreading: using-multithreading
Recent Comments