Cannot install window service in C#

  • Thread starter Thread starter Saravana Raj
  • Start date Start date
S

Saravana Raj

I am using C# with Visual Studio 2005 and have created a Windows
Service. This service can be installed using the command line utility
'installutil' and the service appears and runs correctly in the
services control panel. Hower if I create a setup and deployment
package in Visual Studio for the service, although the installation
package appears to run successfully when invoked, the service is not
installed in the services control panel and therefore cannot be run
 
Back
Top