G
Guest
Hi all
I have been 'playing' with COM+ services and object pooling. Using attributes to setup the class, also using manual registration. If I do not enable object pooling the component is called and executed fine. However, once I enable object pooling (manually from component services - BTW I have overridden the canbepooled method and return true), I can establish a reference to the object but as soon as I access one of the methods I receive Cannot invoke methods on IRemoteDispatch exception. Any Idea's
I have been 'playing' with COM+ services and object pooling. Using attributes to setup the class, also using manual registration. If I do not enable object pooling the component is called and executed fine. However, once I enable object pooling (manually from component services - BTW I have overridden the canbepooled method and return true), I can establish a reference to the object but as soon as I access one of the methods I receive Cannot invoke methods on IRemoteDispatch exception. Any Idea's