One small piece of advise. Instead of sending exception.ToString(), it
would be helpful to you if you sent exception.StakTrace, that will give
you more contextual info.
You can look at these two solutions for Logging, they might be of help
Exception Management Application Block
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/emab
-rm.asp
Log4Net, open source logging library
http://logging.apache.org/log4net/
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Does anyone have advice about ways to obtain information about errors
> that occur in Windows Forms applications at a user site? I am
[quoted text clipped - 7 lines]
>
> Kerry Jenkins