app-verifier

App Verifier reporting "Thread cannot own a critical section."

So App Verifier is throwing this exception. From what I gather, the text of this message is a little misleading. The problem appears to be that the the critical section was created by a thread that is being destroyed before the critical section is destroyed. It's a relatively simple fix but does anyone know what the ramifications ar...

Error when using Application Verifier with IIS 6

I'm trying to use the Microsoft Application Verifier (ver. 4) to debug my ISAPI filters but when I tell App verifier to monitor w3wp.exe (the only test enabled is the Heaps) the server is non responsive and when I look at the even log I see an error for every request I made to the IIS, the error is: Failed to execute request because the ...