Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Microsoft (R) FxCop Command-Line Tool, Version 12.0 (12.0.21005.1) X86
  2. * Error(s) occurred during FxCop initialization:
  3. * An exception was raised attempting to load engine 'c:\jenkins\data\jobs\myJob\workspace\source\lib\fxcop 12.0\Engines\PhoenixAnalysisEngine.dll'.
  4.  
  5. Copyright (C) Microsoft Corporation, All Rights Reserved.
  6.  
  7. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.CodeAnalysis.Interop.dll' or one of its dependencies. The specified module could not be found.
  8. at Microsoft.FxCop.Command.FxCopCommand.ProcessPlatformArgument(ArgumentDictionary argumentDictionary)
  9. at Microsoft.FxCop.Command.FxCopCommand.Main2(String[] args)
  10. Microsoft (R) FxCop Command-Line Tool, Version 12.0 (12.0.21005.1) X86
  11. * Error(s) occurred during FxCop initialization:
  12. * An exception was raised attempting to load engine 'c:\jenkins\data\jobs\myJob\workspace\source\lib\fxcop 12.0\Engines\PhoenixAnalysisEngine.dll'.
  13.  
  14. Copyright (C) Microsoft Corporation, All Rights Reserved.
  15.  
  16. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.CodeAnalysis.Interop.dll' or one of its dependencies. The specified module could not be found.
  17. at Microsoft.FxCop.Command.FxCopCommand.ProcessPlatformArgument(ArgumentDictionary argumentDictionary)
  18. at Microsoft.FxCop.Command.FxCopCommand.Main2(String[] args)
  19.  
  20. ---------------------
  21. The error message above was from trying to run FxCop v12 without installing Visual Studio 2013, for more info see:
  22. http://stackoverflow.com/questions/21729066/running-code-analysis-fxcop-12-0-on-build-agent-without-installing-visual-stud/21731245#21731245
  23.  
  24. Solution was to install "Visual C++ Redistributable Packages for Visual Studio 2013"
  25. http://www.microsoft.com/en-in/download/details.aspx?id=40784
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement