Excel AddIn Click Once deployment issue

此生再无相见时 提交于 2019-12-10 16:54:51

问题


When I create a Excel 2010 Add-in project in Visual Studio 2010, and configure my prerequisite publish options for click once deployment, the 'Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) option item, has a warning indicator over the icon, which screen tip says "Prerequisite could not be found for bootstrapping". Once I try to publish, it publishes fine, however, I get the warning:

"Item 'Microsoft.VSTORuntime.4.0' could not be located in 'C:\Program Files\Microsoft SDKs\Windows\v8.0A\Bootstrapper\'."

I've tried re-installing the VSTO 4.0 Runtime to resolve this with no luck. Any ideas how to fix this warning?

Update After uninstalling VS11, and repairing VS2010, then uninstalling VS2010, and re-installing, I now have these issues:


回答1:


Have you got Visual Studio 11 installed, bootstrapper should be here C:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper

I got VS2010 with Windows 7 ultimate.



来源:https://stackoverflow.com/questions/10250475/excel-addin-click-once-deployment-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!