Search found 1 match
- Thu May 16, 2013 9:44 am
- Forum: VCL Scheduling Agent
- Topic: DeleteTask function crash
- Replies: 1
- Views: 38639
DeleteTask function crash
Windows 8 64 bit Scheduler 2.0.8 When trying to delete a task, be it in my own code, or even in the demo, I get an exception "Access denied". DeleteTask crash here (in the DeleteTask function of saTask.pas): FTaskService.GetFolder(CurrentFolderPath).DeleteTask(CollapseName(pwszName), 0); A...