I have a solution with a number of projects for a WPF Application.
Two of the projects are Main and Utilities.
Main references Utilities.
Main has a reference to Office PIA 12 for Office 2007 (word, outlook and excel)
Utilities has a reference to Office PIA 11 for Office 2003 (access)
In Windows Server 2008 and Windows 7, we have no problem as it works great.
In Windows XP, the code that uses word and excel interop breaks because I think it is trying to work with the Office PIA 11 instead of 12.
Is it possible to have references to both Office PIA 11 and 12 in the same solution given the references described above?
Please let me know if you need more information, thanks!