赞
踩
解决方法:找到项目.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/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。