I have published a console application through .Net Core2, and copied the output folder with EXE file on server.
If I double click and execute it is running all fine. But when I am scheduling it though task scheduler it is giving error - 0XC0000005
Any idea what needs to be fixed, or how to troubleshoot this more.
I did try to recreate it from the Administrator account too, but same issue.