tquery.dll problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am getting the following warning when I look at my event viewer ;

"WMI ADAP was unable to load the C:\WINDOWS\system32\tquery.dll performance
library due to an unknown problem within the library: 0x0"

I tried "regsvr32 tquery.dll" but it says;" LoadLibrary("tquery.dll") failed
- The specified procedure could not be found"

I dont know what is the problem here?

any suggestions ?

regards,

Erim
 
Does the file 'tquery.dll' actually exist in \WINDOWS\System32 ? If not,
then that is your problem.

GP
 
"tquery.dll " is in \WINDOWS\System32 .

Erim

Grand_Poohbah said:
Does the file 'tquery.dll' actually exist in \WINDOWS\System32 ? If not,
then that is your problem.

GP
 
In that case, I suggest trying the following:

regsvr32 /u tquery.dll

This will attempt to "uninstall" the dll. Ignore any errors you might get,
then try to register it again:

regsvr32 tquery.dll

If this doesn't work, then perhaps the version of the dll is wrong, or it is
corrupt. You might try Googling it and see if there is another
verison/location you could download it.

GP
 
Back
Top