简体   繁体   English

我是否需要为我的powerpoint加载项安装用于Office运行时的Microsoft Visual Studio 2010工具(x86和x64)?

[英]Do I need to install Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) for my powerpoint Add-in?

I am currently installing a Powerpoint Add-in which I have built in C#. 我目前正在安装一个我用C#构建的Powerpoint插件。 in the prerequisites Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) is listed. 在先决条件中列出了Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) I have created a setup using the ClickOnce deployment. 我使用ClickOnce部署创建了一个设置。 But I would idealy want my setup to not need admin rights. 但我希望我的设置不需要管理员权限。

The program Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) needs admin rights to install... But do I need this program for my Add-In to work? Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)程序Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)需要管理员权限才能安装...但是我需要这个程序才能使我的加载项工作吗? It was in the prerequisites by defauly 这是先发制人的先决条件

From This link 从这个链接

The Office extensions for .NET Framework 3.5 and Office extensions for .NET Framework 4. He also explained that starting in Microsoft Office 2010, the Visual Studio 2010 Tools for Office runtime is included and does not need to be deployed alongside your Office solution – BUT – (currently) only if you are targeting the .NET Framework 3.5. .NET Framework 3.5的Office扩展和.NET Framework 4的Office扩展。他还解释说,从Microsoft Office 2010开始,包含Visual Studio 2010 Tools for Office运行时,不需要与Office解决方案一起部署 - 但是 - (目前)仅在您定位.NET Framework 3.5时。

If you are targeting the .NET Framework 4, the Visual Studio 2010 Tools for Runtime must be selected in the Prerequisites Dialog Box and installed on end-user computers. 如果您的目标是.NET Framework 4,则必须在“先决条件”对话框中选择Visual Studio 2010 Runtime工具,并将其安装在最终用户计算机上。 This is because the Office extensions for .NET Framework 4 are not included in the Visual Studio 2010 Tools for Office runtime that is included in Microsoft Office 2010 Beta or RTM. 这是因为.NET Framework 4的Office扩展未包含在Microsoft Office 2010 Beta或RTM中包含的Visual Studio 2010 Tools for Office运行时中。

Aside 在旁边

From my own personal experience. 从我个人的经验来看。 over the past year I have found that anything lower than Microsoft Office 2010 (2007 and below) needed to install Visual Studio 2010 Tools for Office runtime . 在过去的一年中,我发现任何低于Microsoft Office 2010(2007及以下版本)的东西都需要安装Visual Studio 2010 Tools for Office运行时

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将x86 VSTO PowerPoint加载项转换为x64? - Convert x86 VSTO PowerPoint Add-in to x64? Visual Studio MVC平台-x86和x64? - Visual Studio MVC Platforms - x86 and x64? c#visual studio使用目标anycpu构建exe,但在调用进程平台(x86 / x64)上确定其平台(x86 / x64) - c# visual studio build exe with target anycpu but that determines its platform(x86/x64) on the calling process platform(x86/x64) 平台在Visual Studio 2012中同时定位x86和x64 - Platform target x86 and x64 at the same time in Visual Studio 2012 应用程序在Visual Studio中的单元测试中以x86运行,但在单独运行时以x64运行 - Application runs as x86 in unit tests in Visual Studio, but runs as x64 when it stands alone Visual Studio:如何正确构建和指定x64和x86的配置和平台 - Visual Studio: How to properly build and specify the configurations and platforms for x64 and x86 安装我的应用程序时如何区分x86和x64操作系统 - How to differentiate between x86 and x64 Operating Systems when Install my application 用于x64应用程序的Microsoft.ACE.OLEDB.12.0驱动程序-如何使其与安装的x86 MS Office一起使用? - Microsoft.ACE.OLEDB.12.0 driver for x64 app - how to make it work with x86 MS Office installed? 我是否需要同时安装.Net SP2的64位和x86版本? - Do I need to install both the 64-bit *and* x86 version of .Net SP2? 我可以在x86机器上测试我的应用程序的x64版本吗? - Can I test an x64 version of my application on an x86 machine?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM