Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
QuestionExists() method of System.Collections.Generic.List Pin
lossy26-Jun-07 3:28
lossy26-Jun-07 3:28 
AnswerRe: Exists() method of System.Collections.Generic.List Pin
Giorgi Dalakishvili26-Jun-07 3:38
mentorGiorgi Dalakishvili26-Jun-07 3:38 
GeneralRe: Exists() method of System.Collections.Generic.List Pin
lossy26-Jun-07 3:48
lossy26-Jun-07 3:48 
AnswerRe: Exists() method of System.Collections.Generic.List Pin
Colin Angus Mackay26-Jun-07 3:41
Colin Angus Mackay26-Jun-07 3:41 
GeneralRe: Exists() method of System.Collections.Generic.List Pin
lossy26-Jun-07 3:52
lossy26-Jun-07 3:52 
GeneralRe: Exists() method of System.Collections.Generic.List Pin
Colin Angus Mackay26-Jun-07 4:02
Colin Angus Mackay26-Jun-07 4:02 
AnswerRe: Exists() method of System.Collections.Generic.List Pin
Nissim Salomon26-Jun-07 4:50
Nissim Salomon26-Jun-07 4:50 
GeneralRe: Exists() method of System.Collections.Generic.List Pin
lossy26-Jun-07 6:53
lossy26-Jun-07 6:53 
QuestionCreating object stops execution of entire function Pin
__DanC__26-Jun-07 3:01
__DanC__26-Jun-07 3:01 
AnswerRe: Creating object stops execution of entire function Pin
I.explore.code26-Jun-07 3:47
I.explore.code26-Jun-07 3:47 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 3:53
__DanC__26-Jun-07 3:53 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 4:34
sitebuilderLuc Pattyn26-Jun-07 4:34 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 4:46
__DanC__26-Jun-07 4:46 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 4:59
Nissim Salomon26-Jun-07 4:59 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:01
__DanC__26-Jun-07 5:01 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 5:15
Nissim Salomon26-Jun-07 5:15 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:16
__DanC__26-Jun-07 5:16 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 5:21
Nissim Salomon26-Jun-07 5:21 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:25
__DanC__26-Jun-07 5:25 
GeneralRe: Creating object stops execution of entire function Pin
Nissim Salomon26-Jun-07 5:46
Nissim Salomon26-Jun-07 5:46 
I run into some problems with the debugger (crushes,hangs and so on)
usually while doing some system programming, the solution to that in most cases was just restart.

you can try one of the following:
1.try to debug on another machine (check that you don't have problem in your environment)
2.use the System.Diagnostics.Debugger.Break(); command in order to force break.
3 use the sos debug extension in order to examine the runtime steps at execution
4 restart your computer and try again





GeneralRe: Creating object stops execution of entire function Pin
Hesham Yassin26-Jun-07 7:46
Hesham Yassin26-Jun-07 7:46 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 5:33
sitebuilderLuc Pattyn26-Jun-07 5:33 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:37
__DanC__26-Jun-07 5:37 
GeneralRe: Creating object stops execution of entire function Pin
Luc Pattyn26-Jun-07 5:49
sitebuilderLuc Pattyn26-Jun-07 5:49 
GeneralRe: Creating object stops execution of entire function Pin
__DanC__26-Jun-07 5:55
__DanC__26-Jun-07 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.