I am getting an Error:
"FileReader; Exception from HRESULT: 0x800A03EC"
when I run my console application through task scheduler. But I don't get any error when I run it manually. I am not sure if this is an access issue or programming issue.
Note: I do not have admin access on the server that I am running this program.
I have tried to search for reason, but I have not found anything which resembles my scenario.
I am not sure which part of the code is causing this issue, so I am not sharing any code here.