The client has development systems with Office 2007 (version 12) and Visual Studio 2008.
However, the software needs to run on Office 2003 (version 11) systems too.
How do I install the correct Primary Interop Assemblies on the development system?
I tried the ones from Office 2003 Update: Redistributable Primary Interop Assemblies, but after installing, there is no version 11 of the Microsoft.Office.Interop.Excel.dll
assembly on the system.
What am I missing?
--jeroen