Click here to Skip to main content
15,887,267 members

Comments by tzych (Top 4 by date)

tzych 27-Mar-13 8:37am View    
Changing the Mutex to Global seems to have done the trick! Thanks Andi!
tzych 26-Mar-13 17:26pm View    
The Log class/assembly is intended to be a singleton, yes. But that only works within a single process; with two different processes, you have two instances of the 'singleton'.
tzych 26-Mar-13 16:04pm View    
Paulo - the file is accessed from exactly 2 processes on the same computer.
tzych 16-Mar-12 13:53pm View    
Thanks - I was apparently misunderstanding how SmtpClient worked. I tested that approach, and it works so far! Bad news is I need to have my users provide their mail server info, store that, etc. - but better than having to remove the feature...