How to restart an application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cmrhema
    Contributor
    • Jan 2007
    • 375

    How to restart an application

    Hi All,

    I have an windows application writtten in C# and ASP.Net.
    It reads messages from the Message Queue and stores into database.
    Due to some unknown reasons to me, it automatically stops running after sometime.
    The duration is not specific, it can be hours or days.
    While I figure out the reason for the above, I want to write an application, which will identify whether the application is running or not.
    If the application is not running, the program should initate the exe to restart.

    Any suggestions pls.

    Thanks
    Regards
    cmrhema
  • Sidewinder2
    New Member
    • Sep 2008
    • 7

    #2
    hi,

    see here !,



    and search in google!

    cheers!

    Comment

    • cmrhema
      Contributor
      • Jan 2007
      • 375

      #3
      Originally posted by Sidewinder2

      Many thanks Sidewinder2

      Comment

      Working...