Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't locate Microsoft.Office.Interop.Word in Reference List

Tags:

I was given this solution to a problem I had, since I didn't know how to integrate MS Word with C#: http://www.dotnetperls.com/word

I looked into this solution, and I can't locate Microsoft.Office.Interop.Word in the reference list. I can't find it under COM Objects either. What am I missing? I am using Visual Studio Express 2012.

EDIT:

The answer to this question is that you HAVE to install MS Office on your computer.

like image 781
OmniOwl Avatar asked Apr 17 '13 07:04

OmniOwl


People also ask

Can Microsoft Office Interop Word DLL work without installing Office?

You cannot use the Interop libraries without Office installed.


2 Answers

You need Microsoft Word xx Object Library.

enter image description here

like image 93
Mike Chaliy Avatar answered Sep 18 '22 18:09

Mike Chaliy


You can download the Primary Interop Assemblies from here.

http://www.microsoft.com/en-us/download/details.aspx?id=3508

like image 38
Vadois Avatar answered Sep 17 '22 18:09

Vadois