Problem with R2 SP2 DLLs and FxCop

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
    •