programme(Any Language) to check whether a COM+ Application is up or not.

Discussion in 'C#' started by Mithran Lg, Aug 1, 2006.

  1. #1
    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
     
    Mithran Lg, Aug 1, 2006 IP
  2. Nafai

    Nafai Peon

    Messages:
    105
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure


    On Error Goto Trap
    Server.CreateObject("MyCOMObject")
    ' com object is up

    :Trap
    ' com object is down/not installed
     
    Nafai, Aug 7, 2006 IP