zoukankan      html  css  js  c++  java
  • Unable to load DLL 'FileTracker.dll' problem

    Problem:

    The "GenerateResource" task failed

    unexpectedly.
    System.DllNotFoundException: Unable to load DLL

    'FileTracker.dll': The specified module could not be

    found. (Exception from HRESULT: 0x8007007E)
       at

    Microsoft.Build.Shared.NativeMethodsShared.InprocTracking

    .StartTrackingContextWithRoot(String

    intermediateDirectory, String taskName, String

    rootMarker)
       at

    Microsoft.Build.Utilities.FileTracker.StartTrackingContex

    tWithRoot(String intermediateDirectory, String taskName,

    String rootMarkerResponseFile)
       at Microsoft.Build.Tasks.GenerateResource.Execute()
       at

    Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build

    .BackEnd.ITaskExecutionHost.Execute()
       at

    Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTa

    sk(ITaskExecutionHost taskExecutionHost,

    TaskLoggingContext taskLoggingContext, TaskHost taskHost,

    ItemBucket bucket, TaskExecutionMode howToExecuteTask,

    Boolean& taskResult)

    Answer:

    D:\Windows\Microsoft.NET\Framework\v4.0.xx

    if more than one "v4.0.xx"

    keep one, and rename other like "old_v4.0.xx"

    test, you can pass

    [COPY]

    I uninstalled VS 2010 Beta 2 then installed VS2010 RC then found out that Silverlight 4 is not supported in the RC version of VS, so I reinstalled VS 2010 Beta 2 and got the compile error. I looked in "C:\Windows\Microsoft.NET\Framework\" directory and had three folders refering to "v4.0.xx". I followed the work around on just renaming all the "v4.0.xx" folders to "Old_v4.0.xx" and left the folder "v4.0.21006" as is. This solved my problem.

  • 相关阅读:
    JS代码判断IE不同版本
    极简技术类录--正则表达式
    Java读取系统Properties
    极简技术类录--maven
    极简技术类录--git
    JVM字节码增强
    如何避免死锁?
    有三个线程T1,T2,T3,怎么确保它们按顺序执行?
    编写两个线程,顺序输出自然顺序:1,2,3,4,...,99,100
    对文本单词进行技数,并倒序列出计数统计
  • 原文地址:https://www.cnblogs.com/tiechui/p/1919369.html
Copyright © 2011-2022 走看看