5
Answers

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

waqar laghari

waqar laghari

15y
40.7k
1
  1. try  
  2. {  
  3. Response.Redirect("AttendanceDetailedCheck.aspx");  
  4. }  
  5. catch (Exception ex)  
  6. {  
  7. throw new ExceptionTranslater(ex);  
  8. }  
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 (5)