PDA

View Full Version : tquery.dll problem


Erimyalcin
November 3rd 06, 03:43 PM
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

Grand_Poohbah
November 4th 06, 07:04 PM
Does the file 'tquery.dll' actually exist in \WINDOWS\System32 ? If not,
then that is your problem.

GP

"Erimyalcin" wrote:

> 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

Erimyalcin
November 4th 06, 09:18 PM
"tquery.dll " is in \WINDOWS\System32 .

Erim

"Grand_Poohbah" wrote:

> Does the file 'tquery.dll' actually exist in \WINDOWS\System32 ? If not,
> then that is your problem.
>
> GP
>
> "Erimyalcin" wrote:
>
> > 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

Grand_Poohbah
November 4th 06, 09:30 PM
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


"Erimyalcin" wrote:

> "tquery.dll " is in \WINDOWS\System32 .
>
> Erim
>
> "Grand_Poohbah" wrote:
>
> > Does the file 'tquery.dll' actually exist in \WINDOWS\System32 ? If not,
> > then that is your problem.
> >
> > GP
> >
> > "Erimyalcin" wrote:
> >
> > > 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

Google