"Peted" wrote in message news:(E-Mail Removed)...
> I wanted to learn how to use c# to control remotely COM+ Applications
> under Component services of another desktop on the same network
> runnung XPsp3 and do the same thing to a VMWare image accessable over
> the same network thats running MS Windows Server 2003 R2 SP2 . I want
> to be able to stop and start remotely tthe COM+ services.
>
> Can anyone get me started on this, i have not been able to find any
> intro articles on the net. Can anyone point me in the right direction.
According to what was taught in the MOC course 2557 a few years ago,
there are no managed classes in the .Net library to manage the COM+ Catalog,
and it has to be done by means of the COMAdmin.COMAdminCatalog object
through COM Interop. At least this was the case at that time; new libraries
may have been added since.
See
http://msdn.microsoft.com/en-us/library/ms686842.aspx