Hello,
Thank you for posting in Microsoft Community forum.
Based on the description, I understand your question is related to Task Scheduler BatchJob With Last Run Result Error Code(0xE0434352).
The screenshot you attached shows the source of this error is .NET Runtime, which suggests a problem related to the .NET Framework during execution.
The Event ID is 1026, the error code 0xE0434352 indicates a low-level CLR exception.
Check that your application is running on the correct version of the .NET Framework. Compatibility issues can arise if you’re using outdated or missing .NET Framework versions. Also double-check your scheduled task settings in Task Scheduler. Ensure that the task is configured correctly, including the working directory, user account, and permissions.
Since the issue started in January 2024, consider any changes made around that time. Updates, patches, or configuration modifications might be relevant.
Have a nice day.
Best Regards,
Molly