Search results for query: *

  1. V

    Question Handle leaks when loading a C# dll through COM Interop

    Hi, I am loading C# dll in my unmanaged code through COM Interop. Recently I noticed that handle count in my application is increasing due to this managed code. When remove the code to load C# dll, handle count become stable. Windbg is showing multiple open handles for following call stacks...
Back
Top Bottom