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.

  • 相关阅读:
    开发网站邮件发送模块
    HttpModule的Init事件
    一个产品留言统计查寻的分析比较
    Js中清空文件上传字段(input type=file )
    Asp.net生成Excel报表
    jQuery与开发的相关js文件包含顺序
    trycatch 与 Response.End()
    asp.net2.0中的Usercontrol动态创建
    客户javascript端验证图片文件大小与规格使用Image对象
    JQuery 常用代码收集
  • 原文地址:https://www.cnblogs.com/tiechui/p/1919369.html
Copyright © 2011-2022 走看看