4
Answers

unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.

try

{

   Response.Redirect("AttendanceDetailedCheck.aspx");

}

catch (Exception ex)

{

throw new ExceptionTranslater(ex);

}

it give a exception which is "unable to eveluate expression because the code is optimized or native frame is on top of the call stack.". I have search it on net but not able to fine a particular answer. if any brother nows about it then please share it..

I am waiting fro good response. Thanks in advance

Answers (4)