Show/Hide Toolbars

XSharp

Navigation: X# 文档 > X# 运行时(Runtime)

运行时安装在 GAC

Scroll Prev Top Next More

 

X# 安装程序的默认行为是在 GAC 中注册 X# 运行时。在此注册的文件如下:

 

XSharp.Core.DLL

XSharp.Data.DLL

XSharp.RT.DLL

XSharp.VO.DLL

XSharp.XPP.DLL

XSharp.VFP.DLL

XSharp.RDD.DLL

XSharp.Macrocompiler.DLL

VOConsoleClasses.dll

VOGUIClasses.dll

VOInternetClasses.dll

VORDDClasses.dll

VOReportClasses.dll

VOSQLClasses.dll

VOSystemClasses.dll

VOWin32APILibrary.dll

 

有些组件是在运行时动态加载的,不必作为引用添加到应用程序中:

 

XSharp.RDD.DLL

XSharp.Macrocompiler.DLL

 

X# 运行时会尝试在 GAC 和安装应用程序的目录中查找这些程序集。

如果不将运行时安装到 GAC,则必须确保应用程序文件夹中包含这两个 DLL。否则,当需要使用这两个 DLL 时,就会出现运行时错误。