存储操作期间发生异常:组件文件 (Office.dll) 暂存未成功
当我们部署 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.
除了少数引用外,没有任何更改。知道为什么会发生这种情况吗?
When we deployed the recent build of our ClickOnce product, we get the following error:
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.
There has been nothing changed except few references. Any idea why does this happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
其主要原因是在单击一次包的安装过程中,应用程序的某些文件正在打开或运行。确保应用程序的所有文件都已关闭
The main reason of this is that the some files of the application is being opened or running during the the setup of the click once package. Make sure all the files of the application are closed
病毒扫描程序是我造成这种情况的原因。卸载 AVG 后(暂时禁用它不走运),安装一切顺利。
Virus scanner was the cause of this for me. After uninstalling AVG (no luck with temporarily disabling it) installation went fine.