Things have been a little crazy at work, so I haven't posted for a while. I was reading an article on debugging: http://www.c-sharpcorner.co... Wow, are there better ways to debug or what?? My personal favorite is log4net (related to log4j--see http://logging.apache.org/). Basically, you can put different levels of logging into your code (all, debug, info, warning, error, fatal) and have them output to a variety of sources, such as text files, rolling text files, ......