CefSharp.Offscreen to download files from the URL is not working when called from the task scheduler #4715
Unanswered
sarikachakko
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Which account is configured to run the scheduled task? LOCAL_SERVICE would be wrong, NETWORK_SERVICE would be right, a regular user account seems right as well. Is there any information in the History tab of the scheduled task? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a windows forms project in vb.net to download csv files from a URL using CefSharp.Offscreen. I have created a task in task scheduler to call this project to download the csv files using CefSharp. But the download is not functioning when it is called from task scheduler and no errors/exceptions were logged. The same code when called from Form_load or button click events is working and file download is happening. I suspect that the code written in CustomDownloadHandler class which implemented the IDownloadHandler interface is not getting executed when called from the task scheduler. Could you please provide a solution in vb.net to make the csv files download from the URL using cefsharp.offscreen
Beta Was this translation helpful? Give feedback.
All reactions