Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Windows Services

Windows Services

Scheduled Pinned Locked Moved C#
csharphelpquestion
5 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nic Oughton
    wrote on last edited by
    #1

    I have created a Windows service using C#, and as a vanilla project - straight from the wizard it will not start. Previous dotnet based Windows services used to work but suddenly they seem to be incapable of starting, the service manager times them out. All other services are working fine. I am running Windows2000 Professional, service pack 3 - has anyone else seen or had a problem like this ? Thanks, Nic :confused:

    B R 2 Replies Last reply
    0
    • N Nic Oughton

      I have created a Windows service using C#, and as a vanilla project - straight from the wizard it will not start. Previous dotnet based Windows services used to work but suddenly they seem to be incapable of starting, the service manager times them out. All other services are working fine. I am running Windows2000 Professional, service pack 3 - has anyone else seen or had a problem like this ? Thanks, Nic :confused:

      B Offline
      B Offline
      Burt Harris
      wrote on last edited by
      #2

      Check your event logs, both Application and System, and peek at the Security log while there. Usually the messages there will give you a hint. I often find help by looking the event source and message ID up on support.microsoft.com. Hope that helps :rolleyes: Burt Harris

      N 1 Reply Last reply
      0
      • N Nic Oughton

        I have created a Windows service using C#, and as a vanilla project - straight from the wizard it will not start. Previous dotnet based Windows services used to work but suddenly they seem to be incapable of starting, the service manager times them out. All other services are working fine. I am running Windows2000 Professional, service pack 3 - has anyone else seen or had a problem like this ? Thanks, Nic :confused:

        R Offline
        R Offline
        Ragavendran Vaidhyanadhan
        wrote on last edited by
        #3

        Nic Oughton wrote: has anyone else seen or had a problem like this ? Sure ... I did have similar problems like this. Some of the services were dependendant services , which were not sarting and the whole thing goofed up !!! Did ya check for any dependant services... Ragav

        N 1 Reply Last reply
        0
        • R Ragavendran Vaidhyanadhan

          Nic Oughton wrote: has anyone else seen or had a problem like this ? Sure ... I did have similar problems like this. Some of the services were dependendant services , which were not sarting and the whole thing goofed up !!! Did ya check for any dependant services... Ragav

          N Offline
          N Offline
          Nic Oughton
          wrote on last edited by
          #4

          Hi, There are no dependant services. When you had similar problems was it purely down to this - or were there other issues ? Thanks. Nic

          1 Reply Last reply
          0
          • B Burt Harris

            Check your event logs, both Application and System, and peek at the Security log while there. Usually the messages there will give you a hint. I often find help by looking the event source and message ID up on support.microsoft.com. Hope that helps :rolleyes: Burt Harris

            N Offline
            N Offline
            Nic Oughton
            wrote on last edited by
            #5

            Thanks for your reply, but unfortunately there are no indications in the log files. Cheers, Nic

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups