简介

COR_E_NEWER_RUNTIME,值为0x8013101B,代表的意思是"程序集是由比当前加载的运行时新的运行时生成的,因此无法加载。".它定义在cli-2.0-master\clr\src\inc\corerror.h文件里,如下:

#define COR_E_NEWER_RUNTIME             EMAKEHR(0x101B)     //The assembly is built by a runtime newer than the currently loaded runtime, and cannot be loaded.

标签: none

添加新评论