I am trying to create task in remote computer running on Windows 7 from client computer running Windows 7. Is it possible? When I tried to do this I get following exception.
System.UnauthorizedAccessException was unhandled
Message=Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
As per this MSDN link, http://technet.microsoft.com/en-us/library/cc766266.aspx , one can create task remotely connected to computers running Windows Server® 2008, Windows Vista®, Windows Server 2003, Windows XP, or Windows 2000.
System.UnauthorizedAccessException was unhandled
Message=Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
As per this MSDN link, http://technet.microsoft.com/en-us/library/cc766266.aspx , one can create task remotely connected to computers running Windows Server® 2008, Windows Vista®, Windows Server 2003, Windows XP, or Windows 2000.