How can I handle this error? The request is not supported ((0x80070032) #985
|
The error is thrown by |
Answered by
bogdan-patraucean
Aug 14, 2026
Replies: 2 comments
|
@dahall, I know you are busy, but I would really apreciate your input. I want to inform the user why creating a task is not possible, and considering you've created the library I suppose you know when this can be an issue, like a service being disabled, or something. |
0 replies
|
I've actually found the issue. You'll get this error if you try to create a folder while the Task Scheduler service is disabled. Other API calls won't throw it, but this will. |
0 replies
Answer selected by
bogdan-patraucean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've actually found the issue. You'll get this error if you try to create a folder while the Task Scheduler service is disabled. Other API calls won't throw it, but this will.