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

Register to start the service:

Windows Server Registration stopped
Open CMD Window--Start--run--Input cmd, enter
Registration Service Command
CD C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 (this can be installed in accordance with your own machine.) NET version to select the path)
InstallUtil.exe D:\HardWareServerService.exe (Hardwareserverservice the name of the project)
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"

Start just register service: Show desktop-Right click on "My Computer" on the desktop, select "Manage" can hit the Computer Management console, select "Services and Applications" inside the "service", in the right side of the list of services to find the newly registered Computerservice service (the default state is stopped), Select the service right-click to start the selected Computerservice service to complete all operations, and then automatically start running the service after each boot.

Original address: http://blog.csdn.net/muzai/article/details/19540607

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

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.