一次部署 [英] cilck once deployment

查看:123
本文介绍了一次部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在VS2008 Windows应用程序上工作.我通过文件系统发布了我的应用程序.该应用程序成功发布,但是在安装该应用程序时会显示类似
的消息框 无法安装或运行该应用程序.该应用程序要求首先在Global Assembly Cache(GAC)中安装Assembly Office版本12.0.0.0.请与系统管理员联系"
当我单击确定"按钮时,设置退出.
这意味着任何人都可以帮助我.我如何获得该组装办公室版本12.0.0.0

谢谢,
govind

Hi,
I am working on VS2008 windows application.I published my application through File system.It published successfully,but while installing the application it shows a message box like
"Unable to install or run the application.The application requires that assembly office Version 12.0.0.0 be installed in the Global Assembly Cache(GAC) first.please contact your system adminstrator "
when i click the OK button the set quit.
what it mean any one help me please.How to i get that assembly office version 12.0.0.0

Advanced thanks,
govind

推荐答案

使用ClickOnce进行部署时,您需要提供所有引用并更新应用程序清单(applicationname.exe.manifest). Office 12.0.0.0是从开发计算机的GAC引用的,因此不会进行更新.您可以使用mage.exe或mageui.exe手动部署ClickOnce部署.

您可以做的一件事,就是检查您是否真的需要Office 12.0.0.0参考.如果否,则可以将其删除,并且一切就绪.
While deploying with ClickOnce you need to provide all the reference and update application manifest (applicationname.exe.manifest). Office 12.0.0.0 is referred from GAC of your development machine, so it will not be updated. You can use mage.exe or mageui.exe to manually deploy do the ClickOnce deployment.

One thing you can do, check if you really need Office 12.0.0.0 reference. If no, you can remove it and you are all set.


这篇关于一次部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆