devxlogo

Make COM objects in a COM+ application visible to clients

Make COM objects in a COM+ application visible to clients

What I describe for COM+, applies to MTS with some slight differences as well.

Registering COM objects remotely has been quite a pain before MTS showed up (remember the VBR file?). In COM+ it’s very easy to do:

1) Right click on the COM+ application and choose export Choose application proxy, choose the export package file name (.msi file)
2) Go to the client, run the .msi file, (make it accessible to the server creating a proper share), you are done.

Watch out there is a bug in W2K SP2 that produces a bad .msi file that don’t register the component correctly. Get the proper post SP2 fix from MS before SP3 will be released.

The other export option you have in W2K is conceived to deploy an exact copy of the COM+ App to another server. In MTS you do not have these two options separately. The export option in MTS produces both kind of exports. The export for the client is the exe file in the client subdirectory.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist