Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack ASP.NET
While I was debugging an ASP.NET Application, I wanted to get an object values I got this error message instead:"Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack"This problem occurs when using Response.Redirect or Server.Transfer method, because the Response.End method...

