sj1187534 Posted June 11, 2004 Posted June 11, 2004 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 Quote
*Experts* mutant Posted June 11, 2004 *Experts* Posted June 11, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.