In general it's a good idea for components calling your COM+ objects to call
Dispose() on any references. It's not *required*, but it's a good idea.

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> Hi,
>
[quoted text clipped - 7 lines]
>
> Alfredo Barrientos
Alfredo - 08 Aug 2005 15:30 GMT
When I invoke dispose from another COM+ class there is no error. When i
do this from WinForms or Web Page the code seems to find an error.
I have seen other postings and i found ServicedComponent.DisposeObject,
what do you think about it?
Thanks.
Alfredo Barrientos