W3wp.exe value: all outstanding func-evals are not complete

In my years of using Visual Studio and installing and disconnecting from processes, I cannot remember this error, and that is why it stood out to me now when I disconnected from the IIS.NET 4.0 website project.

I'm just curious to know about this error message and find an explanation of what this means and what β€œfunc-evals” refers to.

enter image description here

+5
source share
1 answer

Information:

FuncEval is, quite simply, the process of invoking a method while stopped in the debugger.

~ http://blogs.msdn.com/b/ansonh/archive/2006/09/22/765986.aspx

This method can be called in different places in the VS IDE, not only for:

  • nearest window
  • viewport

, , , Visual Studio .

+2

All Articles