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 service

Windows service

Scheduled Pinned Locked Moved C#
helpcsharpvisual-studiotoolsannouncement
8 Posts 4 Posters 0 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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    involved in developing a windows service. after doing build solution, got the exe in the release folder of the windows service. using Installutil tool i installed the service too. and got the messgae "The transacted install has completed." in vs.net command prompt. but the problem is that am unable to see those services in Administrative tools in the services section. kindly help me out.

    Z G M 3 Replies Last reply
    0
    • A Anonymous

      involved in developing a windows service. after doing build solution, got the exe in the release folder of the windows service. using Installutil tool i installed the service too. and got the messgae "The transacted install has completed." in vs.net command prompt. but the problem is that am unable to see those services in Administrative tools in the services section. kindly help me out.

      Z Offline
      Z Offline
      Zishan Haider
      wrote on last edited by
      #2

      did you restart the system ?

      A 1 Reply Last reply
      0
      • Z Zishan Haider

        did you restart the system ?

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        i rebooted the system but stil unable to see...........:(

        1 Reply Last reply
        0
        • A Anonymous

          involved in developing a windows service. after doing build solution, got the exe in the release folder of the windows service. using Installutil tool i installed the service too. and got the messgae "The transacted install has completed." in vs.net command prompt. but the problem is that am unable to see those services in Administrative tools in the services section. kindly help me out.

          G Offline
          G Offline
          G Ringbom
          wrote on last edited by
          #4

          We probably need more information to be able to help. Like what you did with the installers and such.

          A 1 Reply Last reply
          0
          • A Anonymous

            involved in developing a windows service. after doing build solution, got the exe in the release folder of the windows service. using Installutil tool i installed the service too. and got the messgae "The transacted install has completed." in vs.net command prompt. but the problem is that am unable to see those services in Administrative tools in the services section. kindly help me out.

            M Offline
            M Offline
            mav northwind
            wrote on last edited by
            #5

            Could it be that you have .NET 1.0 AND 1.1 on the same machine? I've experienced some weird effects when I had developed a .NET 1.1 (VS2003) windows service and calling "installutil" from the commandline picked the executable from .NET 1.0. Try calling installutil with the full path (...\Microsoft.NET\Framework\v1.1.4322\...) and see if it helps. Regards, mav

            1 Reply Last reply
            0
            • G G Ringbom

              We probably need more information to be able to help. Like what you did with the installers and such.

              A Offline
              A Offline
              Anonymous
              wrote on last edited by
              #6

              using service installer am able to create service and able to see in the services. but its not running saying "the services on the host started and stopped. some services automatically stopped beacuse of no work to do like alerts"

              G Z 2 Replies Last reply
              0
              • A Anonymous

                using service installer am able to create service and able to see in the services. but its not running saying "the services on the host started and stopped. some services automatically stopped beacuse of no work to do like alerts"

                G Offline
                G Offline
                G Ringbom
                wrote on last edited by
                #7

                That error usually means that an exception occured in the service when the service tried to start. See if you can build the service and run it as a winforms application or a console application and try to find what is causing the error. Alternatively you could use exception handling and write all exceptions to a file or to the windows log. That way you might be able to find what is causing the service to stop when trying to start.

                1 Reply Last reply
                0
                • A Anonymous

                  using service installer am able to create service and able to see in the services. but its not running saying "the services on the host started and stopped. some services automatically stopped beacuse of no work to do like alerts"

                  Z Offline
                  Z Offline
                  Zishan Haider
                  wrote on last edited by
                  #8

                  I encountered the same error once. My Windows Service was a accessing the network and I made it a local Service. If you're doing the same.. try making it a network service.. Regards

                  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