如何在 Windows 10 上安装 OpenXML SDK 生产力工具 2.5

7

本文介绍了如何在 Windows 10 上安装 OpenXML SDK 生产力工具 2.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我从

<块引用>

您应该在安装 Open XML SDK 2.5 之前安装 .NET Framework 4.0

请安装 .NET Framework 并再次运行此设置..NET Framework 可以从 Web 获得.您现在要这样做吗?

我已经安装了 .net Framework 4.如果我单击是在下载的安装程序上安装它,这就是消息.

我能找到的工具的 2.5 版.

在我的 Windows 功能中,我没有 .NET 4.0 的选项,只有 3.5 和 4.6 已勾选.

问题:

如何安装 Open XML Productivity Tool?

解决方案

.NET 版本消息是一条红鲱鱼.

原来是权限问题.

我右键单击 msi 并选择 以管理员身份安装 并正确安装.

I downloaded the OpenXML SDK Productivity Tool 2.5 from Microsoft's Website

However when I want to install it, I get told I need to install .NET Framework 4 first and the install won't continue without it. I already have .NET Framework 4.6 installed. I have installed Visual Studio 2015 Update 1.

You should have .NET Framework 4.0 installed before you setup Open XML SDK 2.5

Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?

I already have .net Framework 4 installed. This is the message if I Click Yes to install it on the downloaded installer for it.

Version 2.5 of the tool I could find.

In my windows features I don't have an option for .NET 4.0 and only have 3.5 and 4.6 which are already ticked.

Question:

How do I install the Open XML Productivity Tool?

解决方案

The .NET version messages were a red herring.

It turned out to be a privileges issue.

I right clicked on the msi and selected Install as administrator and it installed correctly.

这篇关于如何在 Windows 10 上安装 OpenXML SDK 生产力工具 2.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14

具有未知类型的 CreateDelegate
CreateDelegate with unknown types(具有未知类型的 CreateDelegate)...
2023-11-11 C#/.NET开发问题
5

Func&lt;T&gt;.BeginInvoke 使用线程池吗?
Does Funclt;Tgt;.BeginInvoke use the ThreadPool?(Funclt;Tgt;.BeginInvoke 使用线程池吗?)...
2023-11-11 C#/.NET开发问题
6

如何为具有空目标的实例方法创建委托?
How to create a delegate to an instance method with a null target?(如何为具有空目标的实例方法创建委托?)...
2023-11-11 C#/.NET开发问题
6