.Net 框架可再发行
下面这些 DLL 是否包含在 .Net Framework Redistributable 中?
DocumentFormat.OpenXml.dll
Microsoft.Office.Interop.Word.dll
谢谢
Are these DLL's below are included in .Net Framework Redistributable?
DocumentFormat.OpenXml.dll
Microsoft.Office.Interop.Word.dll
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不需要。您可以从 Open XML SDK 2.0 for Microsoft Office 获取 DocumentFormat.OpenXml.dll。下载在这里< /a>.
Microsoft.Office.Interop.Word.dll 程序集是 COM 互操作程序集。当您使用“项目”+“添加引用”并从“COM”选项卡中选择“Microsoft Word”时,它会自动生成。当您安装了 Office PIA 后,这种情况就不会发生,没关系。
No. You can get DocumentFormat.OpenXml.dll from the Open XML SDK 2.0 for Microsoft Office. The download is here.
The Microsoft.Office.Interop.Word.dll assembly is a COM interop assembly. It is automatically generated when you use Project + Add Reference and select Microsoft Word from the COM tab. That won't happen when you've got the Office PIA installed, that's okay.
两者都是可再发行的,但它们不包含在 .Net Framework Redistributable 中。
Microsoft.Office.Interop.Word.dll 是 Microsoft Office 主互操作程序集(可以生成)。
DocumentFormat.OpenXml.dll 位于 Open XML SDK 中
Both are redistributable, but they are not included in the .Net Framework Redistributable.
Microsoft.Office.Interop.Word.dll is a Microsoft Office Primary Interop Assembly (can be generated).
DocumentFormat.OpenXml.dll is in the Open XML SDK