1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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