B
Borco
We have a .NET project that makes pretty regular use of a COM object
that appears to be misbehaving. Am I correct in understanding that
setting a COM object to nothing should act the same way that it would
have in VB6? By this I mean it is actually destroyed and not marked for
GC. We have an object that is called in a polling routine and looks to
be leaking 6-8K at a time and never being reclaimed even though it is
set to nothing. Is this possible in .NET or do we just have a poorly
written COM object?
TIA
that appears to be misbehaving. Am I correct in understanding that
setting a COM object to nothing should act the same way that it would
have in VB6? By this I mean it is actually destroyed and not marked for
GC. We have an object that is called in a polling routine and looks to
be leaking 6-8K at a time and never being reclaimed even though it is
set to nothing. Is this possible in .NET or do we just have a poorly
written COM object?
TIA