c# - 我是否需要为我的 powerpoint 加载项安装 Microsoft Visual Studio 2010 Tools for Office Runtime(x86 和 x64)?

标签 c# powerpoint add-in

我目前正在安装一个用 C# 构建的 Powerpoint 插件。在先决条件 Microsoft Visual Studio 2010 Office 运行时工具(x86 和 x64) 中列出。我已经使用 ClickOnce 部署创建了一个设置。但我希望我的设置不需要管理员权限。

Microsoft Visual Studio 2010 Office 运行时工具(x86 和 x64) 程序需要管理员权限才能安装...但是我的加载项是否需要此程序才能工作?它默认在先决条件中

最佳答案

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.

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. 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.

放在一边

根据我个人的经验。在过去的一年里,我发现任何低于 Microsoft Office 2010(2007 及以下版本)的软件都需要安装 Visual Studio 2010 Tools for Office runtime .

关于c# - 我是否需要为我的 powerpoint 加载项安装 Microsoft Visual Studio 2010 Tools for Office Runtime(x86 和 x64)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25625073/

相关文章:

C#。 Excel 加载项。无法重新定位 float 自定义任务 Pane

c# - 错误 "Unable to evaluate the expression"

c# - 使用 ExceptionDispatchInfo.Capture 时获取 "not all code paths return a value"

excel - 编辑 .ppam 文件以自定义加载项

.net - 如何为 Live Messenger 2011 创建插件?

vba - 迭代未注册的加载项 (.xla)

c# - 如何将 "Parallel.ForEach"作为后台任务执行,将控制立即返回给调用方法?

c# - 实现自己的 ObservableCollection

vsto - 如何确定占位符正在使用中?

c# - 如何检查机器上是否安装了 PowerPoint 或点查看器?