Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Registry problem Pin
Christian Graus9-Jun-05 16:45
protectorChristian Graus9-Jun-05 16:45 
GeneralReassembling Socket data on receive Pin
Anonymous9-Jun-05 15:48
Anonymous9-Jun-05 15:48 
GeneralRe: Reassembling Socket data on receive Pin
Sebastian Schneider10-Jun-05 2:10
Sebastian Schneider10-Jun-05 2:10 
GeneralRe: Reassembling Socket data on receive Pin
jdt14110-Jun-05 4:48
jdt14110-Jun-05 4:48 
Generalcreate a matrix Pin
Sasuko9-Jun-05 14:22
Sasuko9-Jun-05 14:22 
GeneralRe: create a matrix Pin
MoustafaS9-Jun-05 14:25
MoustafaS9-Jun-05 14:25 
GeneralRe: create a matrix Pin
Christian Graus9-Jun-05 14:25
protectorChristian Graus9-Jun-05 14:25 
Questiontry/catch fails ? Pin
Christian Graus9-Jun-05 13:55
protectorChristian Graus9-Jun-05 13:55 
AnswerRe: try/catch fails ? Pin
MoustafaS9-Jun-05 14:12
MoustafaS9-Jun-05 14:12 
GeneralRe: try/catch fails ? Pin
Christian Graus9-Jun-05 14:24
protectorChristian Graus9-Jun-05 14:24 
GeneralRe: try/catch fails ? Pin
MoustafaS9-Jun-05 14:27
MoustafaS9-Jun-05 14:27 
GeneralRe: try/catch fails ? Pin
Christian Graus9-Jun-05 14:31
protectorChristian Graus9-Jun-05 14:31 
GeneralRe: try/catch fails ? Pin
MoustafaS9-Jun-05 14:45
MoustafaS9-Jun-05 14:45 
Christian Graus wrote:
I'm trying to pursue is why the user doesn't get a polite error message and a log file to help

What about replacing this method of the log by another that is displaying the error in a message boxes,at least you may know that the problem is in the creation of the log file or not.


Christian Graus wrote:
providing a stack trace that obviously did not come from my log

May you try to use it to know the error or what is going wrong in your app,before you try to get rid of it.


Christian Graus wrote:
debugFile == null

Try to use File.Exists(); for testing.
GeneralRe: try/catch fails ? Pin
Christian Graus9-Jun-05 14:50
protectorChristian Graus9-Jun-05 14:50 
AnswerRe: try/catch fails ? Pin
Luis Alonso Ramos9-Jun-05 15:45
Luis Alonso Ramos9-Jun-05 15:45 
GeneralRe: try/catch fails ? Pin
Christian Graus9-Jun-05 15:47
protectorChristian Graus9-Jun-05 15:47 
GeneralRe: try/catch fails ? Pin
mav.northwind9-Jun-05 20:13
mav.northwind9-Jun-05 20:13 
GeneralRe: try/catch fails ? Pin
Gary Kirkham13-Oct-05 6:54
Gary Kirkham13-Oct-05 6:54 
AnswerRe: try/catch fails ? Pin
Luis Alonso Ramos13-Oct-05 7:10
Luis Alonso Ramos13-Oct-05 7:10 
GeneralRe: try/catch fails ? Pin
Gary Kirkham13-Oct-05 8:07
Gary Kirkham13-Oct-05 8:07 
GeneralRe: try/catch fails ? Pin
Luis Alonso Ramos13-Oct-05 8:13
Luis Alonso Ramos13-Oct-05 8:13 
GeneralRe: try/catch fails ? Pin
Gary Kirkham13-Oct-05 8:17
Gary Kirkham13-Oct-05 8:17 
QuestionHow to gracefully handle program crashing when executed using Process object Pin
xdansmith9-Jun-05 13:36
xdansmith9-Jun-05 13:36 
AnswerRe: How to gracefully handle program crashing when executed using Process object Pin
nemopeti10-Jun-05 2:03
nemopeti10-Jun-05 2:03 
GeneralRe: How to gracefully handle program crashing when executed using Process object Pin
xdansmith10-Jun-05 9:12
xdansmith10-Jun-05 9:12 

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.