> Hi
>
> could anybody can plz explain me why would I get this error mentioned
> below when I am trying to access COM+ proxy from my C# component.
>
> COM target does not implement IDispatch
It is possible that the COM target does not have an IDispatch interface
(COM components are not obliged to implement IDispatch, (except for sourcing events)).
Look at the COM component with the OLEView utility, you will then
be able to see exactly what interfaces the object implements.