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. Design and Architecture
  4. Windows Service

Windows Service

Scheduled Pinned Locked Moved Design and Architecture
questionbusinessbeta-testingcode-review
4 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
    Archimedes24
    wrote on last edited by
    #1

    We have an application which is run as a Windows Service. This application uses a dll that implements some business logic. The service is running fine and now we have implemented some new business logic in this dll. None of the other dependencies have changed. The application remains unchanged. My question now is: Do we have to recompile the application and reinstall the service? My personal view would be NO. Am I right? A quick feedback would be much appreciated. Thanks/RB

    C S P 3 Replies Last reply
    0
    • A Archimedes24

      We have an application which is run as a Windows Service. This application uses a dll that implements some business logic. The service is running fine and now we have implemented some new business logic in this dll. None of the other dependencies have changed. The application remains unchanged. My question now is: Do we have to recompile the application and reinstall the service? My personal view would be NO. Am I right? A quick feedback would be much appreciated. Thanks/RB

      C Offline
      C Offline
      Covean
      wrote on last edited by
      #2

      1. If the service will find every function with the same parameters, he will need, in this dll, then you do not have to recompile or reinstall the service. It should run as before. 2. If you change some code of the dll, so that you have to change the code of your service. Its normally enough to recompile the service. You do not have to reinstall it. Greetings Covean

      1 Reply Last reply
      0
      • A Archimedes24

        We have an application which is run as a Windows Service. This application uses a dll that implements some business logic. The service is running fine and now we have implemented some new business logic in this dll. None of the other dependencies have changed. The application remains unchanged. My question now is: Do we have to recompile the application and reinstall the service? My personal view would be NO. Am I right? A quick feedback would be much appreciated. Thanks/RB

        S Offline
        S Offline
        Sir Dot Net
        wrote on last edited by
        #3

        Depends if your service is signed or not, you may have to implement a binding redirect if it doesn't work off the bat. http://stackoverflow.com/questions/468825/binding-redirects[^]

        1 Reply Last reply
        0
        • A Archimedes24

          We have an application which is run as a Windows Service. This application uses a dll that implements some business logic. The service is running fine and now we have implemented some new business logic in this dll. None of the other dependencies have changed. The application remains unchanged. My question now is: Do we have to recompile the application and reinstall the service? My personal view would be NO. Am I right? A quick feedback would be much appreciated. Thanks/RB

          P Offline
          P Offline
          puri keemti
          wrote on last edited by
          #4

          There is no need of reinstalling of window service there...... But Question regarding business components... depending upon the type of assembly... if it is deployed in GAC... there is not need to recompile the window service... else need to recompile the service....

          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