

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have added the entry into the config file but no matter what I do the scan portion fails with the following error.
[error]: Unable to locate the Microsoft .NET disassembler tool (ildasm). Please make sure you have Visual Studio .NET version 7.1 or greater installed along with the SDK.
If ildasm is installed in a non-standard location, please provide the full path to ildasm in the fortify-sca.properties file as com.fortify.sca.IldasmPath.
How do I get around this?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In case someone else has the same issue I finally figured this out. I had installed a new Windows SDK and the path had spaces in it. The spaces had to be escaped also in the config file entry.
# The location of ildasm so Dot Net assemblies can be scanned.
com.fortify.sca.IldasmPath=c:\\Program Files\ (x86)\\Microsoft\ SDKs\\Windows\\v8.1A\\bin\\NETFX\ 4.5.1\ Tools\\ildasm.exe


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In case someone else has the same issue I finally figured this out. I had installed a new Windows SDK and the path had spaces in it. The spaces had to be escaped also in the config file entry.
# The location of ildasm so Dot Net assemblies can be scanned.
com.fortify.sca.IldasmPath=c:\\Program Files\ (x86)\\Microsoft\ SDKs\\Windows\\v8.1A\\bin\\NETFX\ 4.5.1\ Tools\\ildasm.exe