刚刚用了英文版本的操作系统,编译原来程序时 出现

Error    *    could not create the new file tracking log file: D:/FileTracker : error FTK1011: could not create the new file tracking log 

 

网上找了一下:

http://social.msdn.microsoft.com/Forums/zh-TW/230/thread/f88f35a9-29ad-43a3-b1be-b95c8b0f228a 

 

 

打开文件: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets 找到 <TrackFileAccess Condition="'$(TrackFileAccess)' == ''">true</TrackFileAccess> 改成 <TrackFileAccess Condition="'$(TrackFileAccess)' == ''">false</TrackFileAccess> 搞定。 注意:改这文件需要管理员权限。 

 


 

 

 

相关文章:

  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-07-03
  • 2021-12-25
  • 2021-05-20
猜你喜欢
  • 2021-06-09
  • 2021-06-03
  • 2021-05-20
相关资源
相似解决方案