You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
porting code
About this tag
The tag porting code covers the process of moving software from one environment to another, with a focus on Windows services. A developer describes porting a Windows service from Windows XP to a newer Windows version, recompiling the source code, and encountering difficulties with service installation using InstallUtil.exe and the Service Control Manager. This highlights common challenges in porting code, such as changes in system utilities and compatibility issues between Windows versions. The content is relevant for developers and IT professionals dealing with legacy code migration and Windows service deployment.
Background: I am a developer. I write Windows software for a living, have done for many years. And this problem has got me flummoxed :(
I've written a simple Windows service. It was working just great on Windows XP. So I ported the source code across and recompiled it. No problems experienced...
background services
developers
error handling
exe files
installation issues
installutil
permissions
portingcode
scm
sdk
service control manager
service management
software development
startup services
tech support
troubleshooting
windows 7
windows services
windows xp