visual c++ - VS 2015 C++ compilation failed on "CodeTaskFactory load" -
i got strange error:
c:\program files (x86)\msbuild\microsoft\visualstudio\v14.0\codeanalysis\microsoft.codeanalysis.targets(219,5): error msb4175: task factory "codetaskfactory" not loaded assembly "c:\program files (x86)\msbuild\14.0\bin\microsoft.build.tasks.core.dll". timed out waiting program execute. command being executed "c:\windows\microsoft.net\framework\v4.0.30319\csc.exe" /noconfig /fullpaths @"e:\buildagent\temp\buildtmp\dxr3ks1s.cmdline".
i disabled code analysis:
<runcodeanalysis>false</runcodeanalysis> <runcodeanalysisonthisproject>false</runcodeanalysisonthisproject>
but see same error :(
Comments
Post a Comment