当前位置:   article > 正文

VS2010提示error TRK0002: Failed to execute command解决方法_failed to execute command on remote device.

failed to execute command on remote device.
解决方法:找到项目.vcxproj配置文件,添加以下代码
<PropertyGroup> 
  <TrackFileAccess>false</TrackFileAccess> 
</PropertyGroup>
保存后,重新加载文件问题可解


C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1835, 9):
error MSB3454: Tracker.exe is required to correctly incrementally generate resources
in some circumstances, such as when building on a 64-bit OS using 32-bit MSBuild.
This build requires Tracker.exe, but it could not be found. The task is looking for
Tracker.exe beneath the InstallationFolder value of the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A. To solve the
problem, either: 1) Install the Microsoft Windows SDK v7.0A or later. 2) Install
Microsoft Visual Studio 2010. 3) Manually set the above registry key to the correct
location. Alternatively, you can turn off incremental resource generation by setting
the "TrackFileAccess" property to "false".


http://vvkevin.blog.163.com/blog/static/18849058020141131464364/




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/在线问答5/article/detail/841751
推荐阅读
相关标签
  

闽ICP备14008679号