Answered Problem with R2 SP2 DLLs and FxCop

  • 2011年8月11日 7:13
     
     

    I am referencing the following assemblies in my FxCop file:

    • Microsoft.Hpc.Scheduler.dll
    • Microsoft.Hpc.Scheduler.Properties.dll
    • Microsoft.Hpc.Scheduler.Session.dll

    Now that I have updated these DLLs to SP2, when trying to run FxCop, I get the following error: The following indirectly-referenced assembly could not be found. The assembly was referenced by Microsoft.Hpc.Scheduler.dll. The DLLs that could not be found are:

    • Microsoft.Hpc.Scheduler.Store, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    • Microsoft.Hpc.Scheduler.NodeManagement, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

    FxCop seems to want a strong-named assembly with the above listed names, but I guess these are namespaces within the Scheduler.dll assembly? Any help is appreciated.

     

すべての返信

  • 2011年8月11日 7:32
     
     回答済み
    Ah, I found the problem. These two DLLs that need to be referenced are part of the HPC Client Utilities, and not the SDK, so they only appear in the GAC.
    • 回答としてマーク krolley 2011年8月11日 7:32
    •