You cannot start a service from the command line or from the debugger, you must first install the Windows service (using Installutil.exe), and then start it with the ServerExplorer, Windows Server Management tool, or the net start command

Source: Internet
Author: User

Tag:war   server   hardware    must be    font     Registration Services     Project    ram   ros   

register Start service:

windows Server registration Stop  
open cmd window-start-run-input cmd, enter  
Register service Command  
CD c:\windows\microsoft.net\framework\v2.0.50727  (written according to your Framework version (V2.0.50727  can replace v4.0.30319)
installutil.exe d :\hardwareserverservice.exe  (d:\ hardwareserverservice.exe  is the program location)
net start computerservice   ( Computerservice is the name of the service)

Cancel Registration Service
CD C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Installutil.exe/u D:\HardWareServerService.exe
Copy the HardWareServerService.exe file from your C # solution to the D drive HardWareServerService.exe
InstallUtil.exe D:\HardWareServerService.exe
net start Computerservice

Where D:\HardWareServerService.exe can be modified to "your current solution directory \ Project Name \bin\debug\hardwareserverservice.exe"

Delete Service

SC Delete Computerservice(Computerservice is the name of the service)

You cannot start a service from the command line or from the debugger, you must first install the Windows service (using Installutil.exe), and then start it with the ServerExplorer, Windows Server Management tool, or the net start command

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.