Are these DLL’s below are included in .Net Framework Redistributable?
DocumentFormat.OpenXml.dll
Microsoft.Office.Interop.Word.dll
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.