Windows Error Code 9009 During Build

Asked By 10 points N/A Posted on -
qa-featured

I am currently using Windows 7 on my computer. Suddenly, I got an error code 9009 on the screen. How can I solve this error? Please help. Thanks!

SHARE
Answered By 30 points N/A #297164

Windows Error Code 9009 During Build

qa-featured

You get to error code 9009 due to problems in Visual Studio. During the build of any code or during the post-build event, note the ‘xcopy’ post.

Image result for error code 9009
  1. Restart your computer and reopen Visual Studio.
  2. Make sure the compilation path is correct.
  3. Do not put any blank spaces in the compilation path.
  4. In your post build command add, “$(DevEnvDir)” to the path as a prefix.

Related Questions