I am trying to profile an ISAPI extension dll using VTune analyzer. I did it according to the instructions at
http://cache-www.intel.com/cd/00/00/21/92/219276_callgraph.pdf , in the "Using Call Graph to Analyze Microsoft Internet Server API (ISAPI) DLLs" section.
The problem I have is that I am getting a "Invalid access to memory location" message in the browser whenever I try to access my web server. This does not happen when I run it outside the VTune analyzer.
Any ideas why it happens?