So, a small custom app we have has been running fine until some .NET framework 2.0 SP2 patches were applied this weekend. After they were applied, the task scheduler threw out the Error 59. When I go to a command prompt I can execute the file manually
with no errors. Here is where it gets weird. If I change the config file to reference XML encoding UTF-8 the task scheduler does NOT throw the error 59 and executes the EXE. The EXE however has problems since it is not using the ISO-8859-1 encoding. Any ideas?
↧