Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: splitting values randomly - C# Pin
PIEBALDconsult21-Sep-09 7:50
mvePIEBALDconsult21-Sep-09 7:50 
QuestionMicrosoft Document Explorer is driving me CRAZY Pin
Axonn Echysttas21-Sep-09 0:07
Axonn Echysttas21-Sep-09 0:07 
AnswerRe: Microsoft Document Explorer is driving me CRAZY Pin
Alan N21-Sep-09 1:43
Alan N21-Sep-09 1:43 
GeneralRe: Microsoft Document Explorer is driving me CRAZY Pin
Axonn Echysttas21-Sep-09 1:46
Axonn Echysttas21-Sep-09 1:46 
QuestionUsing the pdb file after release crash on customer machine running my c# executable [modified] Pin
w.hooper20-Sep-09 22:31
w.hooper20-Sep-09 22:31 
AnswerRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Alan N20-Sep-09 22:57
Alan N20-Sep-09 22:57 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
w.hooper20-Sep-09 23:00
w.hooper20-Sep-09 23:00 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens20-Sep-09 23:08
Simon P Stevens20-Sep-09 23:08 
I'll second any article by John Robbins. He's also written a great book. Debugging Microsoft NET 2.0 Applications[^] (It doesn't matter that it says 2.0, it's still totally relevant)

Once you have the crash dump and the pdbs you can load them into a tool called WinDbg (which comes with Debugging tools for windows[^]) and figure out the cause of the crash. To get the crash dump you'll need a script called adplus (which also comes with debugging tools for windows) which you can run and attach to your app and when it crashes it will create the dump.

Read Johns articles and/or that book and you'll understand a lot more. It's quite a complex topic though so allow plenty of time.

Simon

GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
w.hooper20-Sep-09 23:21
w.hooper20-Sep-09 23:21 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable [modified] Pin
w.hooper20-Sep-09 23:54
w.hooper20-Sep-09 23:54 
GeneralRe: Using the pdb file after release crash on customer machine running my c# executable Pin
Simon P Stevens21-Sep-09 0:47
Simon P Stevens21-Sep-09 0:47 
QuestionConnect to internet In my program Pin
M M A20-Sep-09 22:30
M M A20-Sep-09 22:30 
AnswerRe: Connect to internet In my program Pin
Manas Bhardwaj20-Sep-09 23:20
professionalManas Bhardwaj20-Sep-09 23:20 
QuestionLet the user write a line code Pin
bonzaiholding20-Sep-09 22:16
bonzaiholding20-Sep-09 22:16 
AnswerRe: Let the user write a line code Pin
Nuri Ismail20-Sep-09 22:41
Nuri Ismail20-Sep-09 22:41 
GeneralRe: Let the user write a line code Pin
bonzaiholding21-Sep-09 0:21
bonzaiholding21-Sep-09 0:21 
AnswerRe: Let the user write a line code Pin
dan!sh 20-Sep-09 22:43
professional dan!sh 20-Sep-09 22:43 
AnswerRe: Let the user write a line code Pin
Senseicads21-Sep-09 1:10
Senseicads21-Sep-09 1:10 
AnswerRe: Let the user write a line code Pin
PIEBALDconsult21-Sep-09 4:58
mvePIEBALDconsult21-Sep-09 4:58 
QuestionProblem in Connecting Excel File Pin
amaankhan20-Sep-09 21:27
amaankhan20-Sep-09 21:27 
AnswerRe: Problem in Connecting Excel File Pin
amaankhan20-Sep-09 21:33
amaankhan20-Sep-09 21:33 
QuestionAnother TCP Issue [UDATED] Pin
Harvey Saayman20-Sep-09 21:16
Harvey Saayman20-Sep-09 21:16 
AnswerRe: Another TCP Issue Pin
pradnya_k21-Sep-09 1:19
pradnya_k21-Sep-09 1:19 
GeneralRe: Another TCP Issue Pin
pradnya_k21-Sep-09 21:15
pradnya_k21-Sep-09 21:15 
QuestionPassword field in datagridview,C# Pin
sampath_dr20-Sep-09 20:04
sampath_dr20-Sep-09 20:04 

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.