Quartz. NET 2.0 runs as a Windows Service

Source: Internet
Author: User

(Updated on the official website of 2011-10-17 quartz. net2.0. The author lahma also re-registered the quartznet account in GitHub, so the GitHub address changed the https://github.com/quartznet/quartznet)

Quartz. NET 2.0 has not been officially released yet, but I still like it. :)
Download the source code from GitHub. Generate it by yourself! (Many links to quartz are still directed to SourceForge. The project has been moved to GitHub)
After downloading the source code, let's take a look.CodeDirectory structure:
 
To run quartz. NET as a Windows service, you must build the server project.

For Visual Studio 2008 and. Net 3.5
Open quartz. server.2008.sln and F6 to generate the solution. The project file is in build \ 3.5 \ debug \ quartz. server.

For Visual Studio 2010 and. Net 4.0
Open quartz. server.2010.sln and F6 to generate the solution. The project file is in build \ 4.0 \ debug \ quartz. server.

Next, install quartz service on the server (run as Administrator)
CD to enter the quartz.server.exe directory, and then
Quartz.server.exe install

run the command to uninstall the service.
quartz.server.exe uninstall
done.
For more information, see installing quartz. NET 2.0 as a Windows Service

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.