I have created a ServicedComponent with a simple method to Add 2 numbers and
return it as an Integer. The Class Inherits from ServicedComponent, has a
Strong Name and is registered from COM+. The results are as expected, but
the problem is that earlier (in VB6) when a method was accessed of the
Component, the Component use to Spin. Doesnt this happen anymore ?
Regards
Steffen Ramlow - 17 Aug 2003 12:48 GMT
> I have created a ServicedComponent with a simple method to Add 2
> numbers and return it as an Integer. The Class Inherits from
> ServicedComponent, has a Strong Name and is registered from COM+. The
> results are as expected, but the problem is that earlier (in VB6)
> when a method was accessed of the Component, the Component use to
> Spin. Doesnt this happen anymore ?
You have to enable statistics on your component (via an Attribute or MMC).