Hi,
I have a vb6 com DLL (In COM+) that I am calling from DOTNET c# sharp.
I added a reference to the dll via the asp.net application. The
application works perfectly. The only problem is that the COM
component in COM+ spins forever. It doesn't stop spinning, even when
the dotnet function call to the COM code is done! The more times the
function is called, the more objects I see start to spin in COM (Number
of activations).
I am using Windows Server 2003 with the 1.1 framework.
I tried calling the GC.Collect() method and it kinda worked. It never
let more tha 1 instance spin up, but yet it still never stops.
Any ideas are appreciated,
Thanks!
Phil Wilson - 02 Jun 2005 23:15 GMT
Sometimes Marshal.ReleaseComObject helps. Scroll down here.....
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scal
enetchapt07.asp

Signature
Phil Wilson [MVP Windows Installer]
----
> Hi,
>
[quoted text clipped - 14 lines]
>
> Thanks!