在ASP.NET中重定向问题 [英] Redirecting Problem in asp.net

查看:87
本文介绍了在ASP.NET中重定向问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




当我将页面从一个页面重定向到另一页面时,出现如下所示的错误

< b>文本=无法评估表达式,因为代码已优化或本机框架位于调用堆栈的顶部."< b>

为了解决这个问题,我在重定向到下一个页面时将其设置为Response.Redirect("xxx.aspx",false),但当我将其上传到服务器时,它在本地系统中运行良好,但遇到上述错误,任何机构都可以帮助我或指导我.

解决方案

这可能有帮助

http://support.microsoft.com/kb/312629/EN-US/ [ ^ ]


Hi,


When i am redirecting form one page to another i am getting error as shown bellow

<b>"Text = Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack."</b>

To resolve this i set while redirecting to the next page like Response.Redirect("xxx.aspx",false) but it is working fine in local system when i upload this to the server i getting above error can any body please help me or guide me.

解决方案

This might help

http://support.microsoft.com/kb/312629/EN-US/[^]


这篇关于在ASP.NET中重定向问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆