Saturday, September 16, 2006

COM+ Object .Net Cleanup / Dispose

I found a blog entry on the DotNetJunkies site about Dispose the COM+ objects in managed apps that I found very helpful with a resource management issue I was facing today.  My particular problem was that the database connections created inside my unmanaged COM+ application were not being released when the .Net managed application (written in C#) invoked them.

No comments: