PIA's Installed but still receiving interop error
I am trying to use the Microsoft.Office.Interop.xxxxxxx namespace but Visual Studio 2010 is not providing an option for "interop". I have the PIA's installed for office12 and office14, I have included them in the 'References' in the Solution Explorer, but it is not working. The code I am trying to call the namespace with is: using Excel = Microsoft.Office...; After "Office.", I am only given the option for "Core". So it would look like this using Excel = Microsoft.Office.Core; This matches the reference that was imported...but using this namespace does not seem to be useful. My question is how