错误:无法评估表达式,因为代码已优化。 。 。 [英] Error: Unable to evaluate expression because the code is optimized . . .

查看:97
本文介绍了错误:无法评估表达式,因为代码已优化。 。 。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

代码执行正常,但现在生成异常:exc = {无法评估表达式,因为代码已经过优化,或者本机框架位于调用堆栈的顶部。


展开 | 选择 | Wrap | 行号

解决方案

你有:

展开 | 选择 | Wrap | 行号


我也改变了但它仍然显示相同的问题


这看起来像一个java / C / C + / C#代码。在SQL Server中,@表示@。标志意味着它是一个变量。在这种情况下,这些变量是未声明的。这可能是你错误的原因。对于某些编程语言,它可能是未分配的,但它不能是未声明的。


祝你好运!


~~ CK

The code was executing fine but now an exception is generated: "exc = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}"


Expand|Select|Wrap|Line Numbers

解决方案

You have:

Expand|Select|Wrap|Line Numbers


I have changed that as well but still it is showing the same problem


This looks like a java/C/C+/C# code. In SQL Server, a "@" sign means it''s a variable. In this case those variables are undeclared. That could be the reason for your error. As to some programming languages, it may be unassigned, but it can not be undeclared.

Good Luck!!!

~~ CK


这篇关于错误:无法评估表达式,因为代码已优化。 。 。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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