Click here to Skip to main content
16,006,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change drive letter Pin
jollygiant13-May-08 4:16
jollygiant13-May-08 4:16 
GeneralRe: Change drive letter Pin
DaveyM6913-May-08 4:22
professionalDaveyM6913-May-08 4:22 
RantPlease, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 0:26
Matjaz-xyz13-May-08 0:26 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Christian Graus13-May-08 0:30
protectorChristian Graus13-May-08 0:30 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 0:33
Matjaz-xyz13-May-08 0:33 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Christian Graus13-May-08 0:37
protectorChristian Graus13-May-08 0:37 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 0:39
Matjaz-xyz13-May-08 0:39 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
darkelv13-May-08 2:26
darkelv13-May-08 2:26 
It's very very important for any developer to troubleshoot:

Add in a small routine to write to a log file or popup a messagebox for debug purpose. You can remove them in in the production version.

1. Has your application started at all? Add a debug message as the first line to execute. If the application has not been started at all, it should be due to missing dependency or the environment (.NET instalation etc).

2. If the application started, add in the debug message before and/or after the area where you think it may cause troubles. Slowly drill down to narrow down the trouble area.

3. Additionally, put a try catch block at the Application.Run and catch the exception and save the trace message to a file. You can read the trace message and try to find out where it went wrong.
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 2:52
Matjaz-xyz13-May-08 2:52 
QuestionRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 9:35
Matjaz-xyz13-May-08 9:35 
AnswerRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
darkelv13-May-08 19:13
darkelv13-May-08 19:13 
GeneralRe: Please, need urgent help. Application wont start (clr20r3 error) Pin
Matjaz-xyz13-May-08 19:44
Matjaz-xyz13-May-08 19:44 
QuestionCASE question Pin
Harvey Saayman13-May-08 0:17
Harvey Saayman13-May-08 0:17 
AnswerRe: CASE question Pin
Giorgi Dalakishvili13-May-08 0:18
mentorGiorgi Dalakishvili13-May-08 0:18 
GeneralRe: CASE question Pin
Harvey Saayman13-May-08 0:20
Harvey Saayman13-May-08 0:20 
AnswerRe: CASE question Pin
Christian Graus13-May-08 0:23
protectorChristian Graus13-May-08 0:23 
Question[Message Deleted] Pin
murali_utr13-May-08 0:05
murali_utr13-May-08 0:05 
AnswerDouble Post - Please Ignore Pin
Giorgi Dalakishvili13-May-08 0:16
mentorGiorgi Dalakishvili13-May-08 0:16 
QuestionConvolution Kernel Pin
Abdul Rahman Hamidy12-May-08 23:58
Abdul Rahman Hamidy12-May-08 23:58 
AnswerDouble Post - Please Ignore Pin
Giorgi Dalakishvili13-May-08 0:17
mentorGiorgi Dalakishvili13-May-08 0:17 
Questioncoding for a insert data to a table Pin
oshadhi12-May-08 23:42
oshadhi12-May-08 23:42 
AnswerRe: coding for a insert data to a table Pin
Rupesh Kumar Swami13-May-08 0:06
Rupesh Kumar Swami13-May-08 0:06 
AnswerRe: coding for a insert data to a table Pin
Christian Graus13-May-08 0:06
protectorChristian Graus13-May-08 0:06 
AnswerRe: coding for a insert data to a table Pin
Abdul Rahman Hamidy13-May-08 0:09
Abdul Rahman Hamidy13-May-08 0:09 
QuestionLoad WPF TreeView items in background Pin
Lutosław12-May-08 23:17
Lutosław12-May-08 23:17 

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.