Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi.. Can anyone tell me if we can build a windows service as a .dll? Until now, all the services I have been developing are .exe files. But the problem with the .exe service is whenever I modify the service, I have to stop the service, uninstall it and install it back again and then start it. Instead of that, can we build them as .dll and just replace the .dll file with the modified one if we have some changes???

 

any ideas?

 

Thanks

SJ

  • *Experts*
Posted
Windows service build into exes. Even if it was a DLL you would still have to stop the service before you could do something like a file change since the DLL file would be in use by the service.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...