Hi. I have a COM+ component done in C# (A class that inherits from ServicedComponent class). I have this component registered in, suppose, computer A. The question is: how can I use this component from, suppose, a computer B using remoting what is the best way of doing that
Thanks.

COM+
clacivita
- Set up your COM+ package normally on the SERVER machine using Component Services
- Right-click on your COM+ Application on the SERVER, and choose Export
- Choose Next on the introduction screen
- Enter a file name to export the proxy, eg. "C:\temp\myProxy.MSI". Select Export as "Application Proxy". Choose "Next".
- Choose Finish
On the REMOTE machine, install the MSI package (I think you'll need to copy across the .cab file that was created as well):