How to install OpenXML SDK Productivity Tool 2.5 on Windows 10(如何在 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Windows 10 上安装 OpenXML SDK 生产力工具 2.5


- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 输入按键事件处理程序 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 如何用自己压缩一个 IEnumerable 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01