IEnumerable
IEnumerable

Reputation: 3800

C# Microsoft.Office.Interop

I need to reference this library, however when I right click and go to add references, I can't find it in the list.

I have office 2007 installed.

C# Microsoft.Office.Interop

Upvotes: 0

Views: 2992

Answers (1)

Tariqulazam
Tariqulazam

Reputation: 4585

You have to Install Office Primary Interop Assemblies first. You can download it from http://www.microsoft.com/en-us/download/details.aspx?id=18346

Upvotes: 2

Related Questions