JIT编译器遇到内部限制。在vb.net中 [英] JIT Compiler encountered an internal limitation. in vb.net

查看:758
本文介绍了JIT编译器遇到内部限制。在vb.net中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用应用程序中的ip works v8.0和运行项目错误消息:System.InvalidProgramException:jit编译器遇到内部限制。

i'm using a ip works v8.0 in application and a runing project error message : System.InvalidProgramException : jit compiler encountered an internal limitation.

推荐答案

尝试关闭IntelliTrace并查看问题是否消失。
Try turning off IntelliTrace and see if the problem goes away.


我认为这是链接阶段可能出现的问题之一,当JIT编译器在同一个方法中找到多个相同的方法时命名空间并不能决定实际链接哪一个。例如,如果更新DLL以包含具有与同一程序集使用的另一个DLL相同的完全限定名称的方法,则会发生这种情况。



缺席但是,这只是一个粗略的猜测。
I believe this is one of the problems that can occur in the linking phase, when the JIT compiler finds multiple identical methods in the same namespace and cannot decide which one to actually link. This can happen if, say, a DLL is updated to include a method with the same fully qualified name as in another DLL used by the same assembly.

In the absence of any code, however, this is only a rough guess.


这篇关于JIT编译器遇到内部限制。在vb.net中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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