--
You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
To post to this group, send email to quar...@googlegroups.com.
To unsubscribe from this group, send email to quartznet+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/quartznet?hl=en.
This is almost always a permissions or file not found issue. Is your log4net config in a separate file (not in your .exe.config file that is)?
In addition to this, make sure that if your hosting an EndPoint (via WCF), that something else, like the WCF Test Service isn’t loading up before you start the service. (It appears in the system tray).
Mark Jones
SharePoint Solutions Architect - Collaboris Ltd
This message is intended only for the use of the person(s) ("the intended recipient(s)") to whom it is addressed. It may contain information which is privileged and confidential within the meaning of applicable law. If you are not the intended recipient, please contact the sender as soon as possible. The views expressed in this communication may not necessarily be the views held by The Company.
From: quar...@googlegroups.com [mailto:quar...@googlegroups.com] On Behalf Of Blake Smith
Sent: 13 September 2010 19:32
To: quar...@googlegroups.com
Subject: Re: [quartznet:2033] Re: Quartz Service starts then stops
I ran into a similar issue where my service would start and then stop immediately. It turned out that my service was throwing an exception and stopping. Try putting a try/catch around your Main() and log any exceptions to a file so you can see if anything is going wrong.