I have a job created that runs fine as part of the job scheduler. If I try move it into the "tasks.config" in the web folder, it throws an exception that. the job class can not be null.
Is it not possible to run jobs in this location?
[ArgumentException: Job class cannot be null.]
Quartz.JobDetail.set_JobType(Type value) +141
Telligent.JobScheduler.Hosting.CronJobsApplication.LoadTasks(CronSchedulerConfigurationElement config, IScheduler scheduler) +320
Telligent.JobScheduler.Hosting.JobsApplication.Initialize(SchedulerConfigurationElement config) +660
Telligent.JobScheduler.Hosting.CronJobsApplication.Start() +272
[ConfigurationErrorsException: There was an error creating the cron scheduler. Ensure configuration values are set correctly. Check the inner exception for more details.]
Telligent.JobScheduler.Hosting.CronJobsApplication.Start() +369
Telligent.JobScheduler.Hosting.RuntimeHost.StartPrivate() +262
Telligent.JobScheduler.Hosting.RuntimeHost.Start(TimeSpan timeout) +257
Telligent.JobScheduler.JobsManager.Start() +278
Couto.AddOnFramework.Core.Components.ApplicationStartup.Global.Application_Start(Object sender, EventArgs e) +499