c# - MSBuild only errors on a handful of projects -


we have migrated tfs2012 , vs2012 existing solution. old build controller , tfs used on windows 7, server tfs2012 , our build controller windows 8. build giving me following error:

c:\windows\microsoft.net\framework64\v4.0.30319\microsoft.common.targets (2401): task not find "lc.exe" using sdktoolspath "" or registry key "hkey_local_machine\software\microsoft\microsoft sdks\windows\v8.0a\winsdk-netfx40tools-x86". make sure sdktoolspath set , tool exists in correct processor specific location under sdktoolspath , microsoft windows sdk installed

i have seen potential fix this error above occurring in specific projects. thought down .net framework version, projects on same version other projects.

i did compare of project files , noticed following attribute lower value project worked.

<oldtoolsversion>2.0</oldtoolsversion> 

so updated version 4.0 , still have no luck. has else experienced this? there work around doesn't involve me installations? there must setting of sort different projects build , not...

tia.

guys know simple solution. go asp.net , install asp.net , tools downloads page.

htp://www.asp.net/downloads

and every thing set , working.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -