Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
August 15th, 2008
I got this exception. My code was working fine. Suddenly, it started not to work
sometime. It then worked then not worked. I googled but could not find
any valuable answer to this case.
Then I removed try catch block , my code worked fine again.
The reason of this weird exception is using Response.Redirect in try catch block.