by Gabriel Lozano-Moran
20. December 2007 19:52
Another hour, another issue. This time we get an event with ID 2003:
The configuration information of the performance library "C:\WINDOWS\system32\netfxperf.dll" for the "TFS WorkItem Tracking" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted.
From what I have read on KB article 932813 out we can safely ignore this warning but collecting the performance counters will be slower. To solve this all you need to do is run the following command: lodctr /T:"TFS WorkItem Tracking"
As you can see there is no return value, so I tried again but this time running Registry Monitor to capture lodctr registry access, and apparently something does happen:
Since I did not get this warning on a daily basis only time will tell whether or not this did the trick.