Re: NMS: Dispose usage

2008-10-30 Thread Vadim Chekan
There is no visible errors, and I don't know if it really can harm, but why chance it? :) Exceptions happening in destructors are suppressed by GS as far as I know. Vadim. On Wed, Oct 29, 2008 at 12:58 PM, Jim Gomes <[EMAIL PROTECTED]> wrote: > Thanks, Vadim. Let me take a look at it and see wha

Re: NMS: Dispose usage

2008-10-29 Thread Jim Gomes
Thanks, Vadim. Let me take a look at it and see what's going on. In the meantime, can you reproduce an error with the code as it is currently written? On 10/28/08, Vadim Chekan <[EMAIL PROTECTED]> wrote: > I noticed that all over NMS code the Dispose(bool) is implemented so > that it will call