代码改变世界

【随】Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack 问题解决。

2009-02-26 19:06  拖鞋不脱  阅读(6591)  评论(4编辑  收藏  举报

似乎产生这个问题的原因挺多的,而这次产生这个问题的原因是把"Response.Redirect(url)"放到了try-catch块中。把它挪出来就好了。