
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
AWB and SCA Version 19.1.0.2241. When I start a new project in AWB and choose "visual studio build integration" I receive the following error after the initial scan is complete:
'MSBuild' is not recognized as an internal or external command,
operable program or batch file.
This seems to happen with the translation portion of the scan. I'm not specifying MSBuild in the scan options so I don't know where it's coming from. I don't get this error when I initiate a scan from the visual studio plug in, or from the command line. I also don't get the error when I use AWB to rescan a visual studio project.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I had the same problem, my solution was to put in the environment variables, in System variables, in Path the directory where Msbuild is located.
I hope it helps you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I had the same problem, my solution was to put in the environment variables, in System variables, in Path the directory where Msbuild is located.
I hope it helps you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you, this was it. I had several copies and needed to make sure I used the path to the correct one based on my .net version, but this fixed it.