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: dahall **
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: dahall **
Were you able to resolve this issue? If not, please let me know the errors you're seeing and the line or lines of code associated with them. If so, please let me know how or if my suggestions worked for you. Thank you.