I need to programmatically access word and excel files in my dotNet 4.5 Code. I am using Visual Studio 2013. I have added a reference to the DLL Microsoft Office 14.0 DLL
and used following line of code:
using Word = Microsoft.Office.Interop.Word;
However I get following error when trying to run the application:
The type or namespace name 'Interop' does not exist in the namespace 'Microsoft.Office'