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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -