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

C#

 
GeneralRe: command line arguments Pin
Christian Graus25-Jun-07 23:38
protectorChristian Graus25-Jun-07 23:38 
GeneralRe: command line arguments Pin
Giorgi Dalakishvili25-Jun-07 23:49
mentorGiorgi Dalakishvili25-Jun-07 23:49 
AnswerRe: command line arguments Pin
Christian Graus25-Jun-07 23:37
protectorChristian Graus25-Jun-07 23:37 
AnswerRe: command line arguments Pin
atulonweb@hotmail.com26-Jun-07 2:23
atulonweb@hotmail.com26-Jun-07 2:23 
QuestionExcel Sheet Pin
hosam Taji25-Jun-07 21:16
hosam Taji25-Jun-07 21:16 
AnswerRe: Excel Sheet Pin
Urs Enzler25-Jun-07 21:21
Urs Enzler25-Jun-07 21:21 
QuestionDebugging Problem Pin
korsosjosi25-Jun-07 21:04
korsosjosi25-Jun-07 21:04 
AnswerRe: Debugging Problem Pin
Luc Pattyn26-Jun-07 1:15
sitebuilderLuc Pattyn26-Jun-07 1:15 
Seems like one of your threads exits unexpectedly whereas others continue to run.

First of all check your code, make sure all exceptions get caught and displayed or
logged (not Exception.Message but Exception.ToString()). Add a try-catch construct to
your Main method.

If this does not help, add logging to all your code so you can see which parts keep running,
and which dont; compare parts of the log that you consider normal with the final part, when
the anomaly has occurred.

Smile | :)



AnswerRe: Debugging Problem Pin
leppie26-Jun-07 2:32
leppie26-Jun-07 2:32 
GeneralRe: Debugging Problem Pin
korsosjosi26-Jun-07 3:12
korsosjosi26-Jun-07 3:12 
QuestionHow to implement a syntax checker using C# ? Pin
I.explore.code25-Jun-07 20:37
I.explore.code25-Jun-07 20:37 
AnswerRe: How to implement a syntax checker using C# ? Pin
Christian Graus25-Jun-07 23:40
protectorChristian Graus25-Jun-07 23:40 
AnswerRe: How to implement a syntax checker using C# ? Pin
Rudolf Jan26-Jun-07 0:11
Rudolf Jan26-Jun-07 0:11 
AnswerRe: How to implement a syntax checker using C# ? Pin
Vasudevan Deepak Kumar26-Jun-07 1:30
Vasudevan Deepak Kumar26-Jun-07 1:30 
AnswerRe: How to implement a syntax checker using C# ? Pin
Pete O'Hanlon26-Jun-07 1:58
mvePete O'Hanlon26-Jun-07 1:58 
AnswerRe: How to implement a syntax checker using C# ? Pin
leppie26-Jun-07 2:12
leppie26-Jun-07 2:12 
AnswerRe: How to define DATATABLE in VC# Pin
Manas Bhardwaj25-Jun-07 20:46
professionalManas Bhardwaj25-Jun-07 20:46 
GeneralRe: How to define DATATABLE in VC# Pin
I.explore.code25-Jun-07 21:19
I.explore.code25-Jun-07 21:19 
GeneralRe: How to define DATATABLE in VC# Pin
Brady Kelly25-Jun-07 21:03
Brady Kelly25-Jun-07 21:03 
Questionmy data is not converted into string Pin
srinivassam25-Jun-07 20:06
srinivassam25-Jun-07 20:06 
AnswerRe: my data is not converted into string Pin
Vikram A Punathambekar25-Jun-07 20:17
Vikram A Punathambekar25-Jun-07 20:17 
AnswerRe: my data is not converted into string Pin
inamgul25-Jun-07 20:34
inamgul25-Jun-07 20:34 
AnswerRe: my data is not converted into string Pin
I.explore.code25-Jun-07 21:02
I.explore.code25-Jun-07 21:02 
QuestionCan't open project file after SSL enable Pin
lygine ng lee chuang25-Jun-07 20:06
lygine ng lee chuang25-Jun-07 20:06 
Questionlatch "0" and save next values to array in serialport?? Pin
Mir_As25-Jun-07 20:05
Mir_As25-Jun-07 20:05 

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.