waqar laghari

waqar laghari

  • NA
  • 126
  • 172.8k

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

May 11 2009 1:17 AM
  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)