Link to home
Start Free TrialLog in
Avatar of CipherIS
CipherISFlag for United States of America

asked on

ASP.NET Error with Response.Redirect

I have developed a website that invokes a WCF service.  When getting to this line of code:

Response.Redirect("MyPage.asxp")

I get the below error:

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

Any idea why or how to troubleshoot?
ASKER CERTIFIED SOLUTION
Avatar of Pra4444
Pra4444
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial