My project does an xcopy of some files in the pre build using the command below
xcopy /y "$(ProjectDir)\Library*" "$(SolutionDir)\TAOutputDLLSet\"
Its been working without any issue till today when suddenly it returns the following error
The command "xcopy /y "D:\BNCC\R2.PROD\code\CRM\TA\TA.BuildSequencer\Library*" "D:\BNCC\R2.PROD\code\CRM\TA\TAOutputDLLSet\"" exited with code -1073740791. TA.BuildSequencer
I checked the event log and got this
cmd.exe 10.0.10586.0 5632d6b1 ntdll.dll 10.0.10586.0 5632d9fc c0000409 0003ea37 200c 01d18be48a6bcd06 C:\WINDOWS\SysWOW64\cmd.exe C:\WINDOWS\SYSTEM32\ntdll.dll e8f0a086-4eb3-4546-a69a-a5c60f233d4c
When I try to run the xcopy command from command prompt the error does not happen?
Anyone able to advise on this issue?