2

I'm currently trying to use the Microsoft.Office.Interop.(...) in MS VS Express 2012 for C#, but I can't seem to find any way to install it.

Does MS VS 2010 Tools for Office Runtime have anything to do with this?

Any help to get me started will be appreciated!

EDIT: I might add that I don't have MS Office (any version) installed on my computer. I don't know if there are some packages there I should have.

DoTheGenes
  • 197
  • 2
  • 4
  • 22

1 Answers1

1

download the Redistr

Microsoft Office 2010: Primary Interop Assemblies Redistributable

Riyal MHH
  • 58
  • 5
  • I did, but I'm not sure if it worked. The download extracted a .msi which I executed, but there were no confirmation of any kind after the installation. There are also no new options in the "Refereces"-tab in VS. – DoTheGenes Jul 15 '13 at 09:56
  • Forget it, the problem resolved itself! For some reason the Office Tools didn't show up in the reference tables, but when I specifically searched for it after the installation, it was there. – DoTheGenes Jul 16 '13 at 08:48