【翻译WINDOWS NT FILE SYSTEM INTERNAL】NT缓存管理器一(8)

本文介绍了缓存管理器的主要客户组件,包括文件系统驱动、网络重定向器、网络文件服务器及过滤驱动等。这些组件利用缓存管理器提供的接口和服务来提升数据访问速度和系统性能。

缓存管理器客户

接下来的组件是缓存管理器提供接口的典型用户。那些组件仅仅被认为是缓存管理器的客户。

1.文件系统驱动,比如NTFS,FASTFAT,CDFS,以及其他第三方文件系统使用缓存管理器的拷贝接口服务来执行每一个文件数据操作。这样会有很高的性能,因为一旦数据被缓存在系统内存,后续的数据访问操作可以被立即执行,而不用再从二级存储媒介获得数据。文件系统驱动仅仅使用缓存管理器来缓存文件系统元数据,包括卷结构,目录信息,磁盘自由空间位图(置位表),文件关联扩展属性,其他类似信息。许多这些结构经常被文件系统驱动锁定在内存。注意,缓存管理器不解释被缓存数据流的类型;它仅仅知道关于文件对象数据结构和与文件对象有关的数据流的信息。

文件系统驱动仅仅典型的使用缓存管理器提供的预读和延迟写功能,尽管这是可能的,某一成熟的文件系统实现可以添加他们自己对预读和延迟写操作的支持。最后,所有的文件系统驱动必须使用缓存管理器提供的文件流操作函数来正确的和缓存管理器协作。

2.网络重定向器和文件系统驱动实现很相似;但是,那些模块通过网络从文件服务器获得数据,代替了直接从绑定在宿主系统的二级存储设备取得数据。那些组件一般会在系统缓存中缓存大量数据流来提供极快性能,能和本地文件系统相比。 网络重定向器一般使用缓存管理器提供的拷贝接口。他们可能仅适用MDL接口来直接DMA数据进出系统缓存。那些组件仅仅从缓存管理器提供的预读和延迟写功能来获得好处。为了初始化和终止特定数据流上的缓存,或者去执行其他缓存操作函数,网络重定向器使用文件流操作函数。

3.网络文件服务器是缓存管理器的间接客户,因为它最终使用本地文件系统来获取访问文件数据。那些驱动从不直接调用缓存管理器例程。由于性能原因,文件服务器常常被实现为内核模式驱动。他们通过接受那些请求的文件系统驱动使用拷贝接口。文件系统服务器一般使用DMA来传输数据,直接进出系统缓存。为了做到这些,文件服务器使用MDL接口调用缓存管理器。由于文件服务器不能直接调用缓存管理器,他们使用特殊标记的读/写IRP发送到文件系统驱动来请求为一个文件流的特定虚拟地址范围创建一个MDL。在数据被传输完成以后,文件服务器通知文件系统驱动,先前创建的MDL现在可能被删除了。第九章,包含一个例子,关于文件服务器用来请求创建和删除系统缓存中数据缓冲区用的MDL的标记。

4.过滤驱动,或者其他为特定目的使用NT文件系统接口的驱动,是缓存管理器的间接客户。考虑一个过滤驱动,它提供被存储在较慢媒介(磁带或者光介质)上数据的硬盘缓存。这样的驱动使用本地文件系统服务来存储缓存信息。因此,过滤驱动是缓存管理器的间接客户,因为文件系统支持过滤驱动使用拷贝接口来传输数据进出系统内存。相似的,考虑一个提供HSM(High-Speed Memory)功能的过滤驱动。一个驱动从相对快的二级存储设备移动数据,比如磁盘,到一个慢速设备,比如磁带。为了帮助加速(speed up)这个过程过滤驱动使用DMA来直接从系统缓存向磁带传输数据,因此,使用缓存管理器提供的MDL接口(通过发往文件系统驱动的读/写IRP中的特定标记)。在传输结束之后,过滤驱动将会通知文件系统驱动,之前创建的MDL可以被删除了。

表6-1列举了缓存管理器的客户使用的多种接口。





平台版本信息 Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4.0.30319.42000 System.Deployment.dll : 4.8.3761.0 built by: NET48REL1 clr.dll : 4.8.3928.0 built by: NET48REL1 dfdll.dll : 4.8.3761.0 built by: NET48REL1 dfshim.dll : 4.0.31106.0 (Main.031106-0000) 源 部署 URL : file:///D:/Users/0082994/Downloads/HKC.Main.application 部署提供方 URL : http://10.8.151.96/PRD/YMS/HKC.Main.application 服务器 : Microsoft-IIS/10.0 X-Powered-By : ASP.NET 应用程序 URL : http://10.8.151.96/PRD/YMS/Application%20Files/HKC.Main_1_0_0_119/HKC.Main.exe.manifest 服务器 : Microsoft-IIS/10.0 X-Powered-By : ASP.NET 标识 部署标识 : HKC.Main.application, Version=1.0.0.119, Culture=en, PublicKeyToken=0000000000000000, processorArchitecture=x86 应用程序标识 : HKC.Main.exe, Version=1.0.0.119, Culture=en, PublicKeyToken=0000000000000000, processorArchitecture=x86, type=win32 应用程序摘要 * 可安装的应用程序。 错误摘要 以下是错误摘要,这些错误的详细信息列在该日志的后面。 * 激活 D:\Users\0082994\Downloads\HKC.Main.application 导致异常。 检测到下列失败消息: + 存储操作期间发生异常。 + 另个程序正在使用此文件,进程无法访问。 (异常来自 HRESULT:0x80070020) 组件存储事务失败摘要 * [2025/11/9 8:47:27] 处的事务 - 暂存组件文件(HKC.Main.exe)未成功。 - 暂存组件(Infragistics4.Win.UltraWinGrid.DocumentExport.v17.2.dll.genman)未成功。 - 暂存组件文件(Infragistics4.Win.UltraWinGrid.DocumentExport.v17.2.dll)未成功。 - 暂存组件(Infragistics4.Documents.Word.v17.2.dll.genman)未成功。 - 暂存组件文件(Infragistics4.Documents.Word.v17.2.dll)未成功。 - 暂存组件(RDotNet.dll.genman)未成功。 - 暂存组件文件(RDotNet.dll)未成功。 - 暂存组件(Infragistics4.Win.UltraWinCalcManager.v17.2.dll.genman)未成功。 - 暂存组件文件(Infragistics4.Win.UltraWinCalcManager.v17.2.dll)未成功。 - 暂存组件(AIM.AimBrain.UI.Service.dll.genman)未成功。 - 暂存组件文件(AIM.AimBrain.UI.Service.dll)未成功。 - 暂存组件(AIM.AimBrain.HKC.UI.View.Admin.dll.genman)未成功。 - 暂存组件文件(AIM.AimBrain.HKC.UI.View.Admin.dll)未成功。 - 暂存组件(NPOI.OOXML.dll.genman)未成功。 - 暂存组件文件(NPOI.OOXML.dll)未成功。 - 暂存组件(Infragistics4.Olap.DataProvider.Adomd.v17.2.dll.genman)未成功。 - 暂存组件文件(Infragistics4.Olap.DataProvider.Adomd.v17.2.dll)未成功。 - 暂存组件(AIM.AimBrain.HKC.UI.EDA.View.CF.dll.genman)未成功。 - 暂存组件文件(AIM.AimBrain.HKC.UI.EDA.View.CF.dll)未成功。 - 暂存组件(AIM.AimBrain.HKC.UI.EDA.ValueObject.dll.genman)未成功。 - 暂存组件文件(AIM.AimBrain.HKC.UI.EDA.ValueObject.dll)未成功。 - 暂存组件(NPOI.OpenXml4Net.dll.genman)未成功。 - 暂存组件文件(NPOI.OpenXml4Net.dll)未成功。 - 暂存组件(Infragistics4.Win.SupportDialogs.v17.2.dll.genman)未成功。 - 暂存组件文件(Infragistics4.Win.SupportDialogs.v17.2.dll)未成功。 - 安装部署(http://10.8.151.96/PRD/YMS/HKC.Main.application#HKC.Main.application, Version=1.0.0.119, Culture=en, PublicKeyToken=0000000000000000, processorArchitecture=x86)未成功。 - 设置个或多个部署元数据未成功。 警告 * 此应用程序清单无签名。签名验证将被忽略。 * 此应用程序清单无签名。签名验证将被忽略。 * 此应用程序清单无签名。签名验证将被忽略。 操作进度状态 * [2025/11/9 8:47:17] : 已启动 D:\Users\0082994\Downloads\HKC.Main.application 的激活过程。 * [2025/11/9 8:47:17] : 部署清单处理已成功完成。 * [2025/11/9 8:47:17] : 已启动应用程序的安装过程。 * [2025/11/9 8:47:17] : 应用程序清单处理已成功完成。 * [2025/11/9 8:47:19] : 已找到兼容运行时版本 4.0.30319。 * [2025/11/9 8:47:19] : 信任请求和平台检测已完成。 * [2025/11/9 8:47:26] : 预订依赖项下载已完成。 * [2025/11/9 8:47:26] : 已启动下载的应用程序的提交过程。 错误详细信息 执行此操作期间检测到下列错误。 * [2025/11/9 8:47:27] System.Deployment.Application.DeploymentException (ComponentStore) - 存储操作期间发生异常。 - 源: System.Deployment - 堆栈跟踪: 在 System.Deployment.Application.ComponentStore.SubmitStoreTransaction(StoreTransactionContext storeTxn, SubscriptionState subState)System.Deployment.Application.ComponentStore.SubmitStoreTransactionCheckQuota(StoreTransactionContext storeTxn, SubscriptionState subState)System.Deployment.Application.ComponentStore.CommitApplication(SubscriptionState subState, CommitApplicationParams commitParams)System.Deployment.Application.SubscriptionStore.CommitApplication(SubscriptionState& subState, CommitApplicationParams commitParams)System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl) --- 引发异常的上位置中堆栈跟踪的末尾 --- 在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state) --- 内部异常 --- System.IO.FileLoadException - 另个程序正在使用此文件,进程无法访问。 (异常来自 HRESULT:0x80070020) - 源: System.Deployment - 堆栈跟踪: 在 System.Deployment.Internal.Isolation.IStore.Transact(IntPtr cOperation, StoreTransactionOperation[] rgOperations, UInt32[] rgDispositions, Int32[] rgResults)System.Deployment.Internal.Isolation.Store.Transact(StoreTransactionOperation[] operations, UInt32[] rgDispositions, Int32[] rgResults)System.Deployment.Application.ComponentStore.SubmitStoreTransaction(StoreTransactionContext storeTxn, SubscriptionState subState) 组件存储事务详细信息 * [2025/11/9 8:47:27] 处的事务 + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: MY665HR1.G4K.application + System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata - 状态: Set - HRESULT: 0x0 + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: HKC.Main.exe.manifest + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\LogIn.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Resource\NOGRAB.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\System.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: tibrv.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: SPCControlRuleList.xml + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: HKC.Main.exe.config + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\system_logo_yms.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\LogOut.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\system_logo_eda.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\Database\DatabaseConnectSourceFactory.xml + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\TIB\ListenTIBConnection.config + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\FileTrend.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Bottom\icon_time.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Bottom\icon_user.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Index\index.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\Database\DatabaseSourceFactory.xml + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\header_back.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Resource\LEAKAGE.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\icon_max.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\icon_min.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\TIB\TIBConnection.config + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\Database\TSqlMap.config + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Config\Database\SqlMap.config + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\InitializeMenu.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: View\AOI\DefectImage\LEAKAGE.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\icon_exit.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Bottom\icon_message.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Menu\OfflineTrend.png + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: View\AOI\DefectImage\NA.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: icon.ico + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: View\AOI\DefectImage\NOGRAB.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Resource\NA.jpg + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Images\MainFrom\Header\system_logo_edaspc.png + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.MapLib.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.MapLib.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: IBatisNet.DataMapper.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: IBatisNet.DataMapper.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.Core.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.Core.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataSource.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataSource.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: log4net.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: log4net.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.TextDocument.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.TextDocument.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinListBar.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinListBar.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.SPC.View.Archive.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.SPC.View.Archive.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinLiveTileView.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinLiveTileView.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinSpellChecker.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinSpellChecker.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.DataVisualization.UltraGeographicMap.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.DataVisualization.UltraGeographicMap.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinSpreadsheet.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinSpreadsheet.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Core.Entity.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Core.Entity.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraGauge.v17.2.Design.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraGauge.v17.2.Design.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.DataVisualization.Shared.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.DataVisualization.Shared.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.TextDocument.TSql.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.TextDocument.TSql.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Oracle.ManagedDataAccess.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Oracle.ManagedDataAccess.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Calulation.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Calulation.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.View.Systems.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.View.Systems.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.EDA.View.Module.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.EDA.View.Module.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinDock.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinDock.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: InfragisticsWPF4.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: InfragisticsWPF4.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.Controls.Search.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.Controls.Search.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: NPOI.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: NPOI.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Controls.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Controls.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataProvider.Flat.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataProvider.Flat.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.Controls.Map.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.Controls.Map.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.Portable.Core.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.Portable.Core.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.Misc.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.Misc.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinEditors.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinEditors.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.WF.Service.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.WF.Service.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.Controls.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.Controls.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinCalcManager.v17.2.FormulaBuilder.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinCalcManager.v17.2.FormulaBuilder.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: TIBCO.Rendezvous.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: TIBCO.Rendezvous.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: TIBCO.Rendezvous.netmodule + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Shared.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Shared.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: IBatisNet.Common.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: IBatisNet.Common.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.EDA.Service.Extract.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.EDA.Service.Extract.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.v17.2.Design.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.v17.2.Design.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinTabbedMdi.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinTabbedMdi.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinPrintPreviewDialog.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinPrintPreviewDialog.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinGauge.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinGauge.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinGrid.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinGrid.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Castle.DynamicProxy.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Castle.DynamicProxy.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.DataVisualization.UltraSparkline.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.DataVisualization.UltraSparkline.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Microsoft.Office.Interop.Excel.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Microsoft.Office.Interop.Excel.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinInkProvider.Ink17.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinInkProvider.Ink17.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinGrid.WordWriter.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinGrid.WordWriter.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: RDotNet.NativeLibrary.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: RDotNet.NativeLibrary.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinTabControl.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinTabControl.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.WorkFlow.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.WorkFlow.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Controls.Search.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Controls.Search.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.SPC.View.Analyzer.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.SPC.View.Analyzer.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinFormattedText.WordWriter.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinFormattedText.WordWriter.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.View.Option.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.View.Option.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinRadialMenu.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinRadialMenu.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.WorkFlow.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.WorkFlow.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinToolbars.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinToolbars.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.IO.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.IO.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraChart.v17.2.Design.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraChart.v17.2.Design.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.DataVisualization.UltraDataChart.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.DataVisualization.UltraDataChart.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.Excel.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.Excel.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinCarousel.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinCarousel.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Quartz.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Quartz.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinStatusBar.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinStatusBar.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Newtonsoft.Json.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Newtonsoft.Json.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Math.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Math.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinPivotGrid.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinPivotGrid.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Core.Extract.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Core.Extract.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinGanttView.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinGanttView.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Microsoft.Vbe.Interop.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Microsoft.Vbe.Interop.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Chart.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Chart.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.ViewModel.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.ViewModel.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinListView.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinListView.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.SPC.View.Setting.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.SPC.View.Setting.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinTree.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinTree.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinDataSource.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinDataSource.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataSource.Mdx.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataSource.Mdx.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinSchedule.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinSchedule.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.Core.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.Core.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Chart.SPC.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Chart.SPC.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: NPOI.OpenXmlFormats.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: NPOI.OpenXmlFormats.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.EDA.View.Cell.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.EDA.View.Cell.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.EDA.View.Array.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.EDA.View.Array.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataProvider.Xmla.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataProvider.Xmla.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataSource.Xmla.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataSource.Xmla.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Renci.SshNet.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Renci.SshNet.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: office.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: office.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Core.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Core.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: TeeChart.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: TeeChart.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Undo.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Undo.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.View.Common.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.View.Common.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinMaskedEdit.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinMaskedEdit.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Core.SPC.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Core.SPC.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: stdole.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: stdole.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.Entity.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.Entity.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Service.Extract.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Service.Extract.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Microsoft.Ink.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Microsoft.Ink.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinExplorerBar.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinExplorerBar.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.TextDocument.CSharp.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.TextDocument.CSharp.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.UI.Core.R.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.UI.Core.R.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinGrid.ExcelExport.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinGrid.ExcelExport.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataSource.Flat.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataSource.Flat.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: AIM.AimBrain.HKC.UI.Service.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: AIM.AimBrain.HKC.UI.Service.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.TextDocument.VisualBasic.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.TextDocument.VisualBasic.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinChart.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinChart.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: InfragisticsWPF4.Controls.Layouts.XamTileManager.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: InfragisticsWPF4.Controls.Layouts.XamTileManager.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.UltraWinOfficeNavBar.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.UltraWinOfficeNavBar.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Win.AppStylistSupport.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Win.AppStylistSupport.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Olap.DataProvider.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Olap.DataProvider.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: Infragistics4.Documents.Reports.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Installed - HRESULT: 0x0 - 文件: Infragistics4.Documents.Reports.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Installed - HRESULT: 0x0 - 清单: HKC.Main.exe.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x80070020 - 文件: HKC.Main.exe + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: Infragistics4.Win.UltraWinGrid.DocumentExport.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: Infragistics4.Win.UltraWinGrid.DocumentExport.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: Infragistics4.Documents.Word.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: Infragistics4.Documents.Word.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: RDotNet.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: RDotNet.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: Infragistics4.Win.UltraWinCalcManager.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: Infragistics4.Win.UltraWinCalcManager.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: AIM.AimBrain.UI.Service.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: AIM.AimBrain.UI.Service.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: AIM.AimBrain.HKC.UI.View.Admin.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: AIM.AimBrain.HKC.UI.View.Admin.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: NPOI.OOXML.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: NPOI.OOXML.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: Infragistics4.Olap.DataProvider.Adomd.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: Infragistics4.Olap.DataProvider.Adomd.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: AIM.AimBrain.HKC.UI.EDA.View.CF.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: AIM.AimBrain.HKC.UI.EDA.View.CF.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: AIM.AimBrain.HKC.UI.EDA.ValueObject.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: AIM.AimBrain.HKC.UI.EDA.ValueObject.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: NPOI.OpenXml4Net.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: NPOI.OpenXml4Net.dll + System.Deployment.Internal.Isolation.StoreOperationStageComponent - 状态: Failed - HRESULT: 0x1 - 清单: Infragistics4.Win.SupportDialogs.v17.2.dll.genman + System.Deployment.Internal.Isolation.StoreOperationStageComponentFile - 状态: Failed - HRESULT: 0x1 - 文件: Infragistics4.Win.SupportDialogs.v17.2.dll + System.Deployment.Internal.Isolation.StoreOperationInstallDeployment - 状态: Failed - HRESULT: 0x1 - AppId: http://10.8.151.96/PRD/YMS/HKC.Main.application#HKC.Main.application, Version=1.0.0.119, Culture=en, PublicKeyToken=0000000000000000, processorArchitecture=x86 + System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata - 状态: Failed - HRESULT: 0x1 + System.Deployment.Internal.Isolation.StoreTransactionOperationType (27) - HRESULT: 0x1
最新发布
11-10
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值