I am using Task Scheduler Managed Wrapper(http://taskscheduler.codeplex.com/). I’ve created a code which works perfectly at Windows 7. But when I am trying to run it against windows xp, I am getting an exception: “Task.get_Xml is not supported on Task Scheduler 1.0”.
Does anyone meet with the same issue?
Thanks in advance.
It looks like you are going to have work around this issue manually. Not all methods are available for Task Scheduler 1.0 which is available for Windows XP.
The redesigned Task Scheduler 2.0 is installed with Windows Vista and Windows Server 2008. Task Scheduler 1.0 is installed with the Windows Server 2003 family, Windows XP, and Windows 2000 operating systems.