Summary

In this chapter, you learned how to create and deploy serviced components. Serviced components are the name for .NET classes that use COM+ services, which are now called Enterprise Services. To create a serviced component, you must inherit from the System.EnterpriseServices.ServicedComponent class. You must then add assembly attributes that you can use to configure the COM+ application that the component will be hosted with and class attributes that configure the serviced component within its application. You deploy serviced components using the .NET Services Installation Tool (regsvcs.exe).

The current implementation of serviced components uses a significant amount of unmanaged code. It's likely that this implementation will be replaced ...

Get .NET and COM Interoperability Handbook, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.