Click here to Skip to main content
15,894,907 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to send data to website without open the browser Pin
AspDotNetDev24-Jul-11 8:32
protectorAspDotNetDev24-Jul-11 8:32 
AnswerRe: how to send data to website without open the browser Pin
dongye062222-Jul-11 17:11
dongye062222-Jul-11 17:11 
AnswerRe: how to send data to website without open the browser Pin
#realJSOP25-Jul-11 1:56
mve#realJSOP25-Jul-11 1:56 
QuestionMaster page load problem Pin
Any_India22-Jul-11 8:09
Any_India22-Jul-11 8:09 
AnswerRe: Master page load problem Pin
Blue_Boy22-Jul-11 8:23
Blue_Boy22-Jul-11 8:23 
QuestionHash Whirlpool Pin
abbd22-Jul-11 5:03
abbd22-Jul-11 5:03 
AnswerRe: Hash Whirlpool Pin
David198722-Jul-11 5:12
David198722-Jul-11 5:12 
Question(Proper) Last chance exception handling [modified] Pin
Deian22-Jul-11 4:35
Deian22-Jul-11 4:35 
Hello,

I've read tons of materials all over codeproject and google about last chance exception handling. Most of the suggested solutions include subscribing to Application.ThreadException and AppDomain.CurrentDomain.UnhandledException to handle both exceptions in current and different thread context. Under debug configuration the exceptions are caught as expected, but under release the CLR unhandled exception dialog is shown and the handler is not invoked.

What is the proper way of handling ALL exceptions (as to provide logging before exit) in WinForms application?

modified on Friday, July 22, 2011 10:46 AM

AnswerRe: (Proper) Last chance exception handling Pin
BobJanova25-Jul-11 3:09
BobJanova25-Jul-11 3:09 
GeneralRe: (Proper) Last chance exception handling Pin
Deian25-Jul-11 4:49
Deian25-Jul-11 4:49 
GeneralRe: (Proper) Last chance exception handling Pin
BobJanova25-Jul-11 6:06
BobJanova25-Jul-11 6:06 
GeneralApplication performance problems Pin
belyhits21-Jul-11 22:17
belyhits21-Jul-11 22:17 
GeneralRe: Application performance problems Pin
Mario Majčica21-Jul-11 22:20
professionalMario Majčica21-Jul-11 22:20 
GeneralRe: Application performance problems Pin
dan!sh 21-Jul-11 22:29
professional dan!sh 21-Jul-11 22:29 
GeneralRe: Application performance problems Pin
Pete O'Hanlon21-Jul-11 23:00
mvePete O'Hanlon21-Jul-11 23:00 
GeneralRe: Application performance problems Pin
RobCroll22-Jul-11 0:38
RobCroll22-Jul-11 0:38 
GeneralRe: Application performance problems Pin
PIEBALDconsult22-Jul-11 2:44
mvePIEBALDconsult22-Jul-11 2:44 
GeneralRe: Application performance problems Pin
RobCroll22-Jul-11 6:52
RobCroll22-Jul-11 6:52 
GeneralRe: Application performance problems Pin
PIEBALDconsult22-Jul-11 14:27
mvePIEBALDconsult22-Jul-11 14:27 
SuggestionRe: Application performance problems Pin
GuyThiebaut22-Jul-11 9:13
professionalGuyThiebaut22-Jul-11 9:13 
GeneralRe: Application performance problems Pin
dongye062222-Jul-11 17:19
dongye062222-Jul-11 17:19 
GeneralRe: Application performance problems Pin
robertalis23-Jul-11 3:08
robertalis23-Jul-11 3:08 
GeneralRe: Application performance problems Pin
#realJSOP25-Jul-11 1:59
mve#realJSOP25-Jul-11 1:59 
GeneralFactors which effect our application performance Pin
belyhits21-Jul-11 21:33
belyhits21-Jul-11 21:33 
GeneralRe: Factors which effect our application performance Pin
Pete O'Hanlon21-Jul-11 21:47
mvePete O'Hanlon21-Jul-11 21:47 

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.