Re: Can't turn on WDF Verifier by Michael
Michael
Wed Feb 06 14:42:02 CST 2008
yes, I'm setting the key on the machine running the driver. I also notice
that when I try to run the wdf windbg extension, it reporting errors trying
to load symbols (not my driver symbols or OS symbols, those load just fine).
I think it must be trying to find symbols for WDF. Could this be part of the
problem? If so, where do you get WDF symbols? They don't seem to be
included with the WDK install.
"Peter Wieland [MSFT]" wrote:
> To ask a really stupid question - you're setting the verifier registry
> key/running wdfverifier on the machine where your driver loads right? Not
> the machine running Windbg?
>
> -p
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Michael" <Michael@discussions.microsoft.com> wrote in message
> news:37D3EEB1-8C5A-4556-8807-47E03C9A6F26@microsoft.com...
> > I'm trying to turn on the WDF verifier, but !wdfdriverinfo <drivername>
> > 0x1
> > is always reporting that the verifier is off. I've tried setting
> > HKLM\System\CurrentControlSet\Services\<my
> > driver>\Parameters\Wdf\VerifierOn
> > to a 1, and restarted the driver and that didn't work. I also tried
> > setting
> > VerifyOn to as 1, and that didn't work either. Finally I tried using
> > WdfVerifier.exe, but WinDbg is still reporting the verifier as being off.
> > What am I missing?
> >
> > Thanks,
> > Michael
> >