RealtimeTrace is a .Net library you can use in any of your .Net project. By using and implementing RealtimeTrace you will have the following benefits : Track any error at execution time in your .Net application; Track any error in the release build without the Trace being enabled ; Store any error and its context (ie : the values of any members,variables or objects used around the Exception Event) in a data storage provider for later analysis ; Have a tool to diagnose and locate the error in source code, even when the application is deployed and running on a production machine ; Track and correct any bug that cannot be reproduced on a development machine ; Have a tool to measure how buggy or how stable your application is ; Deliver an error-free application at the first release ;