Visual studio 2015 Visual Studio的强化加载项未执行

Visual studio 2015 Visual Studio的强化加载项未执行,visual-studio-2015,fortify,Visual Studio 2015,Fortify,我正试图用我的Visual studio 2015解决方案运行Fortify,但它总是给我这个错误。这是我使用的命令 sourceanalyzer-b MY_NAME-Xmx20g-debug-logfile MY_NAME\U trans.log devenv mySolution.sln/BUILD“debug”>>U:\Source\Solutions\debug_log.txt 有人需要帮忙吗 [2015-10-19 21:05:35.973 com.fortify.sca.util.c

我正试图用我的Visual studio 2015解决方案运行Fortify,但它总是给我这个错误。这是我使用的命令

sourceanalyzer-b MY_NAME-Xmx20g-debug-logfile MY_NAME\U trans.log devenv mySolution.sln/BUILD“debug”>>U:\Source\Solutions\debug_log.txt

有人需要帮忙吗

[2015-10-19 21:05:35.973 com.fortify.sca.util.compilers.DevenvNetAdapter.runCompiler() Thread-13 Master FINE]
Running compiler command: cmd /S /C "devenv mySolution.sln /BUILD"
[2015-10-19 21:06:05.302 com.fortify.sca.util.compilers.DevenvNetAdapter.runCompiler() Thread-13 Master SEVERE 1442]
The Fortify add-in for Visual Studio did not execute; therefore, no files were translated. Ensure that the Fortify add-in
is installed. If you are running Visual Studio 2005 SP1, you must also install the hotfix indicated by KB934517.
[2015-10-19 21:06:05.676 com.fortify.frontend.translator.dotnet.DotNetRegistryEntries.<clinit>() Thread-13 Master FINE]
Visual Studio install: null
CLR version: null
[2015-10-19 21:06:05.739 com.fortify.sca.frontend.FrontEndSession.runFrontEnd() Thread-13 Master INFO]
Front End complete
[2015-10-19 21:06:05.739 com.fortify.sca.metadata.BuildSession.storeIncrement() Thread-13 Master FINE]
Nothing to store.
[2015-10-19 21:05:35.973 com.fortify.sca.util.compilers.DevenvNetAdapter.runCompiler()线程-13主控精细]
正在运行编译器命令:cmd/S/C“devenv mySolution.sln/BUILD”
[2015-10-19 21:06:05.302 com.fortify.sca.util.compilers.devenvennetadapter.runCompiler()线程-13主控严重1442]
Visual Studio的强化加载项未执行;因此,没有翻译任何文件。确保Fortify加载项
已安装。如果您正在运行VisualStudio2005SP1,还必须安装KB934517指示的修补程序。
[2015-10-19 21:06:05.676 com.fortfy.frontend.translator.dotnet.DotNetRegistryEntries.()Thread-13 Master FINE]
Visual Studio安装:null
CLR版本:空
[2015-10-19 21:06:05.739 com.fortify.sca.frontend.FrontEndSession.runFrontEnd()线程-13主信息]
前端完成
[2015-10-19 21:06:05.739 com.fortify.sca.metadata.BuildSession.storeIncrement()Thread-13 Master FINE]
没什么可储存的。

感谢您的快速回复。我跑

sourceanalyzer -b CAPS1 MSBuild "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\CAPS1.sln"   
得到了下面的结果,但并没有解决我原来的问题。我仍然无法通过VisualStudio分析解决方案代码

Microsoft (R) Build Engine version 4.6.81.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel    build,
please add the "/m" switch.
Build started 11/10/15 4:54:29 PM.
MSBuild: Project C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\CAPS1.sln  started, setting project root as C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main
Project "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\CAPS1.sln" on node  1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
MSBuild: Project C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\Web\Web.vbproj started, setting project root as C:\Projects\CorpIT- FSSTax\AuditCAPS\CAPS1\Main\Web
Project "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\CAPS1.sln" (1) is building "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\Web\Web.vbproj" (2) on  node 1
(default targets).
CoreResGen:
No resources are out of date with respect to their source files. Skipping  resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all   output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with  respect to the input files.
CopyFilesToOutputDirectory:
Web -> C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\Web\bin\Web.dll
MSBuild: Project C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1 \Main\Web\Web.vbproj finished, setting project root as C:\Projects\CorpIT-   FSSTax\AuditCAPS\CAPS1\Main\Web
Done Building Project "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\Web\Web.vbproj" (default targets).
MSBuild: Project C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main\CAPS1.sln  finished, setting project root as C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1\Main
Done Building Project "C:\Projects\CorpIT-FSSTax\AuditCAPS\CAPS1 \Main\CAPS1.sln"
 (default targets).

Build succeeded.
0 Warning(s)
0 Error(s)

Time Elapsed 00:00:00.57

遇到此错误vs2019-[错误]:Visual Studio的Fortify加载项未执行;因此,没有翻译任何文件。确保已安装Fortify加载项。