How to log any exceptions that were thrown and catched? Something like Visual Studio\'s IntelliTrace do. Or is there a way to integrate InteliTrace into debug version of app
try using Log4Net - its a great logger and used a lot in these scenarios http://sourceforge.net/projects/log4net/