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 **
yes, i read that section. on my server, firewall is not enabled.
so it must access right.