在停止分析w3wp.exe进程后,在“汇总结果”期间收到以下错误。有任何想法吗?提前谢谢。
The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
System.IO.FileNotFoundException
at ??.?..?.?(Int32 profileeProcessID, Int32 millisecondsMax, Guid profilerClass, String profilerPath, IntPtr clientData, Int32 dataSize)
at ??.?.??(Int32 , IEnumerable`1 )
at ?.?.?()
Stack is
[Managed to Native Transition]
> RedGate.Profiler.Engine.dll!..() + 0x1035 bytes
RedGate.Profiler.Engine.dll!..() + 0x2a3 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x9b bytes
mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() + 0x4d bytes
答案 0 :(得分:0)
看起来像权限问题 - w3wp继承了ANTS的权限。使用应用程序池帐户登录或更改应用程序池以便能够在您的帐户下运行。