Trying to install Quartz.net, having issue running server

懵懂的女人 提交于 2019-12-06 03:52:07

Try using the command line without the "-i"

C:\Program Files (x86)\Quartz.Net>Quartz.Server.exe

if you want to install it as a service just use:

Quartz.Server.exe install

instead of -i or -install or /install or ....

if you will run it without any parameter it will be run as command line application

I got into same error, and got 'Access Denied' when running through services.msc. Finally the issue was due to a misconfigured entry in quartz config ( wrong delegate ).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!