Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

תשובה Problem with R2 SP2 DLLs and FxCop

  • יום חמישי 11 אוגוסט 2011 07: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.

     

כל התגובות

  • יום חמישי 11 אוגוסט 2011 07: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 יום חמישי 11 אוגוסט 2011 07:32
    •