This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fortify VS extension is not Analyzing the project

hi

i have a weird problem when scanning my sample code within the visual studio with fortify extension.

when i select "analyze solution" everything works fine but when selecting "analyze project" nothing happens!

it worked once. created the FPR file but now whatever i do it just doesn't do anything.

it looks like it cant fetch the project but it can find the solution....

  • do you need to clean the project 1st - otherwise perhaps there is nothing to do (ie no files are built, so nothing gets translated and hence no scan can be done?)

    I normally prefer to avoid IDEs for builds etc - much easier to script CLI :-)