System.Runtime.InteropServices.COMException: '(41,4):UserId:' #875
Unanswered
curlydonkey
asked this question in
Q&A
Replies: 1 comment
-
|
Check here and search the other closed issues. This is common question with many responses that should cover your scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to add a task on a remote machine but the following exception is being raised when I call TaskService.AddTask():
System.Runtime.InteropServices.COMException HResult=0x80070534 Message=(41,4):UserId: Source=<Cannot evaluate the exception source> StackTrace: <Cannot evaluate the exception stack trace>My code:
var taskService = new TaskService("192.168.129.62", "xxx", "xxx", "xxx"); taskService.AddTask("xxx", QuickTriggerType.Daily, "myprogram.exe");I have checked and double-checked the credentials I am using for the remote machine.
Beta Was this translation helpful? Give feedback.
All reactions