How to get the List of Available Component Services using Dotnet ?

S

SenthilVel

Hi

I want to list the available "Component Services " (COM+) in a machine .

i am trying to get the list of Componenet services in a machine using
windows forms in dotnet , how can i retrive the list of componenet services,

i know we can get the list of windows services, but i dont know how to get
the list of Component services ?

can any one let me know how to do this ?

Thanks
Senthil
 
M

Michael Nemtsev

Hello SenthilVel,

http://groups.google.com/group/micr...st+component+services&rnum=2#ff913633f274b40a

S> I want to list the available "Component Services " (COM+) in a
S> machine .
S>
S> i am trying to get the list of Componenet services in a machine using
S> windows forms in dotnet , how can i retrive the list of componenet
S> services,
S>
S> i know we can get the list of windows services, but i dont know how
S> to get the list of Component services ?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
S

SenthilVel

Hi

Thanks a Lot !!!

i have one more requirement:

i need to select the listed COM+ Applications and be bale to start and
STop...

for windows service i used to do like this:
ServiceController SC = new ServiceController();

SC.ServiceName = "MyService";

SC.start();

so in the same way what must be done here for COM+ ?

Thanks
Senthil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top