Why a dll registered into COM+ components has "Activated Count" equal 1 even if the caller process(.net 2.0 Assembly) always use the method System.Runtime.InteopServices.Marshal.ReleaseCOMObject()
?
ReleaseCOMObject really disactivate object if the counter is greater of 1 but remain always one object active until timeout expired.