hi,
when i tried to connect a remote server(windows 2003) using the line,
Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username, domain, Password);
it is throwing multiple errors like "The request is not supported. (Exception from HRESULT: 0x80070032)" and sometimes with the code 0x80070006
is it possible to connect to windows server 2003 through Microsoft.win32.taskscheduler? because 2003 server doesnt have GUI for Task Scheduler.
can anyone please help me on this..
Comments: ** Comment from web user: srinivasulu5a0 **
when i tried to connect a remote server(windows 2003) using the line,
Microsoft.Win32.TaskScheduler.TaskService _taskservice = new Microsoft.Win32.TaskScheduler.TaskService(servername, username, domain, Password);
it is throwing multiple errors like "The request is not supported. (Exception from HRESULT: 0x80070032)" and sometimes with the code 0x80070006
is it possible to connect to windows server 2003 through Microsoft.win32.taskscheduler? because 2003 server doesnt have GUI for Task Scheduler.
can anyone please help me on this..
Comments: ** Comment from web user: srinivasulu5a0 **
hi dahall,[0A][0A] i am able to connect windows 2008 server but while i am trying for 2003 server, it is throwing these errors.[0A] and also there is no RemoteScheduled Tasks management service running on the 2003 server.