Hi, Is it possible to write a programme(Any Language) to check whether a COM+ Application is up or not. Referring to: [Control Panel -> Administrative Tools -> Component Services] [In Component Services: Console Root--->Component Services---> Computers--->MyComputr--->COM+ Applications] Thanks, Mithran
Sure On Error Goto Trap Server.CreateObject("MyCOMObject") ' com object is up :Trap ' com object is down/not installed