I have an application that uses Microsoft.Office.Interop.Word. On my main Windows 7 computer, I have version 15.0.0. However, I need this program to run on Windows XP, and they can only run with version 12.0.0. I can run the release version of the application
on my Windows 7 if it has the version 12.0.0 libraries, but I cannot not run a build or debug. This is frustrating, as anytime I make a change I have to go back to a Windows XP computer to load the version 12.0.0 libraries. Is there anyway I can
load the version 12.0.0 libraries while on my windows 7?
↧