Node2 has been reporting errors with three performance libraries.
| Event Type | Warning |
| Event Source: | Perflib |
| Event Category: | None |
| Event ID: | 2003 |
| Date: | 4/29/2006 |
| Time: | 5:04:20 AM |
| User: | N/A |
| Computer: | NODE2 |
| Description: | |
| The configuration information of the performance library “C:\WINDOWS\system32\aspperf.dll” for the “ASP” service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. |
|
I checked the file info on the dlls and they look OK. The instructions in the help link were syntactically wrong, suggesting lodctr /t [servicename].
I found a KB article which described the process for unloading and reloading the libraries.
http://support.microsoft.com/kb/267831. I performed the following steps from within the c:\windows\system32\ directory:
unlodctr w3svc unlodctr msftpsvc unlodctr asp unlodctr inetinfo lodctr w3ctrs.ini lodctr ftpctrs.ini lodctr axperf.ini lodctr infoctrs.ini</preHopefully, this will address the problem.