I have existing DLL with shared function everywhere. I want to convert this
DLL into COM+ DLL. Do I need to remove all shared function from code? Can I
use all function the same way only Inherits from ServicedComponent change
will work?
Thanks
Ed - 24 Sep 2004 16:15 GMT
> I have existing DLL with shared function everywhere. I want to convert this
> DLL into COM+ DLL. Do I need to remove all shared function from code? Can I
> use all function the same way only Inherits from ServicedComponent change
> will work?
Shared methods of COM+ component will be executed in client's context (so it
will not benefit COM+ features).