Click here to Skip to main content
15,891,745 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.


i am not getting this error please explain this error

thanks in advance
Posted

It's a fairly clear error message: Whatever you are trying to look at can't be read because teh debugger does not have teh relevant context for it at the moment - due to other functions being called above it, or the code not being diss-assemblable to non-optimised code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900