Search found 9 matches

by moosoft
Tue Sep 06, 2011 12:02 pm
Forum: VCL Scheduling Agent
Topic: The task image is corrupt or has been tampered with.
Replies: 0
Views: 23173

The task image is corrupt or has been tampered with.

I seem to be seeing this fairly frequently in bug reports:

Code: Select all

  2.5 Type          : EOleException
  2.6 Message       : The task image is corrupt or has been tampered with.
What am I doing wrong?
by moosoft
Wed Aug 31, 2011 8:13 am
Forum: VCL Scheduling Agent
Topic: Error on Windows 7 64-bit Tablet Edition
Replies: 7
Views: 31611

It seems to be working so far. Haven't been able to test on the Win7 Tablet Edition yet. On a side note, there is a typo in props.pas->PageControl->Settings->PanelVistaSettings->ListVistaFlags There is "hiden" and should be "hidden" I love this component. You have saved me so muc...
by moosoft
Wed Aug 31, 2011 7:35 am
Forum: VCL Scheduling Agent
Topic: Error on Windows 7 64-bit Tablet Edition
Replies: 7
Views: 31611

Ok, fixed it. The installer (I guess) set the path to:

C:\Program Files (x86)\SiComponents\Scheduling Agent\Source\CRS2009

and changing it to

C:\Program Files (x86)\SiComponents\Scheduling Agent\Source

fixed it.
by moosoft
Wed Aug 31, 2011 7:17 am
Forum: VCL Scheduling Agent
Topic: Error on Windows 7 64-bit Tablet Edition
Replies: 7
Views: 31611

Ok, I got the 2.0.6 update but now when I compile I get:
[DCC Fatal Error] integrau.pas(16): F2051 Unit saTask was compiled with a different version of MSTask.ITaskTrigger

Any idea how to fix that?
by moosoft
Tue Aug 30, 2011 7:34 am
Forum: VCL Scheduling Agent
Topic: Error on Windows 7 64-bit Tablet Edition
Replies: 7
Views: 31611

Ah no, I have 2.0.3

I should have remembered to check that. I have had to send an email to support asking for my login info as it has been so long since I used it.

I will let you know what happens!
by moosoft
Tue Aug 30, 2011 4:28 am
Forum: VCL Scheduling Agent
Topic: Error on Windows 7 64-bit Tablet Edition
Replies: 7
Views: 31611

Error on Windows 7 64-bit Tablet Edition

This only seems to be happening on a Windows 7 Tablet PC. Is there something special about the platform that I need to address? The error: exception number : 4 exception class : EOleException exception message : (55,4):EndBoundary:. The code: procedure tfintegra.addschedule; var TriggerDetails: TTri...
by moosoft
Fri Mar 04, 2011 2:14 am
Forum: VCL Scheduling Agent
Topic: rare error encountered
Replies: 0
Views: 23059

rare error encountered

2.5 Type : EConvertError
2.6 Message : ''00.00.0000 00:00:00'' is not a valid date and time.

Seems to be in:
saUtils.pas | GetDateTimeFromVistaString

This happens very rarely so I am not sure how easy it would be to fix but here it is!

Daniel
by moosoft
Fri Mar 12, 2010 11:44 am
Forum: VCL Scheduling Agent
Topic: Can't delete or edit tasks on XP Pro
Replies: 1
Views: 10789

fixed it, doh!

on Vista and 7 I didn't need to call scheduler.open before working with task items but it was needed on XP. In case anyone else has the same problem that was it.
by moosoft
Fri Mar 12, 2010 11:15 am
Forum: VCL Scheduling Agent
Topic: Can't delete or edit tasks on XP Pro
Replies: 1
Views: 10789

Can't delete or edit tasks on XP Pro

I can add/delete/edit on Vista and Windows7 but on XP I can only add a task. I can't delete or edit. Any idea what I am doing wrong?