存储操作期间发生异常:组件文件(Office.dll)的暂存未成功
本文关键字:dll Office 未成功 文件 组件 操作 异常 存储 | 更新日期: 2023-09-27 18:08:47
当我们部署ClickOnce产品的最新版本时,我们得到以下错误:
APPLICATION SUMMARY
* Installable application.
* Trust url parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of https://install.dev.sl.bta.cc/PA/Assette%20Presentations.application resulted in exception. Following failure messages were detected:
+ Exception occurred during store operation.
+ Value does not fall within the expected range.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
* Transaction at [9/17/2011 9:39:06 AM]
- Staging of a component file (Office.dll) did not succeed.
- Staging of a component (dev.Appender.dll.genman) did not succeed.
- Staging of a component file (dev.Appender.dll) did not succeed.
除了少数引用外,没有什么变化。知道为什么会这样吗?
这样做的主要原因是应用程序的一些文件正在打开或运行在点击一次包的安装过程中。确保应用程序的所有文件都关闭
病毒扫描程序是我的原因。卸载AVG后(没有运气暂时禁用它)安装正常