Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
This has to do with Response.Redirect and this suggests you should specify that second parameter in a Response.Redirect as false (it's true by default) to beat this problem. I have not myself tried it.
No comments:
Post a Comment