Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question
1  
The point of using a PIA in the first place is that there is only one assembly that declares an Office interop type. Using two PIAs utterly defeats the point. Of course you'll need to document "it breaks" better. – Hans Passant Dec 11 '12 at 18:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.