Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Web config i have configured like below.

XML
<add property="Type" value="CrystalQuartz.Core.SchedulerProviders.RemoteSchedulerProvider, CrystalQuartz.Core" />
<add property="SchedulerHost" value="tcp://localhost:555/QuartzScheduler" />



And regarding httphandlers i have configured like below.

XML
<httpHandlers>
  <add verb="*" path="CrystalQuartzPanel.axd" type="CrystalQuartz.Web.PagesHandler, CrystalQuartz.Web" validate="false" />
</httpHandlers>



But while connecting, i am getting the following error.

Method not found: 'Int32 Quartz.SchedulerMetaData.get_NumJobsExecuted()'.

Anyone having any idea on this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900