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.