I may have found the problem. The native library making COM calls was not altering the reference count with AddRef/Release. In my defense, I've never used COM before and this bit was written by a consultant.
I still don't know why this was only a problem when more than one instance of my managed class was created.
Tony
|