Hello guys,
While executing following type of powershell task, got error with exit code 255.
get-childitem "xxx\fileNamexxx" | select-object "Name","LastWriteTime"| export-csv "xxx\some .txt filexxx" -NoTypeInformation
Then upgraded Visualcron to latest 8.3.6 version and enabled "Execute in x86 mode" option, then also, we got following error after running for very long time..
Following error is there in output path
12:27:03: Server->Execute path: xxxx\TaskPowerShellx86.exe
12:27:03: Server->Executing Task process
20:21:04: Server->Executing Task process exited with exit code: -532462766
and this is error when double clicked on error.. in task log.
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'VisualCron, Version=1.0.1.17177, Culture=neutral, PublicKeyToken=xxxx' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at cHJfmnyPpKZ0iJ4tnN.WH0WifmctoBfvWrb07.xvlEa5rgK(String[] )
Exception in Task: Non zero exit code
Exception in Task: Non zero exit code
The task powershell error showing following
Problem event name : APPCRASH
Fault module Name : KERNELBASE.dll
Exception code : e0434352
Exception offset : 0000c54f
My Windows experts checked and nothing is problem from server side.
Provide me with a solution if any.!