What does “exited with code 9009” mean during this build?
Did you try to give the full path of the command that is running in the pre- or post-build event command? I was getting the 9009 error due to a xcopy post-build event command in Visual Studio 2008. The command “xcopy.exe /Y C:\projectpath\project.config C:\compilepath\” exited with code 9009. But in my case it was also … Read more