c# - Microsoft.Office.Interop.Word Version 11 with VS2010? -



c# - Microsoft.Office.Interop.Word Version 11 with VS2010? -

i have winform app scrapes .doc files glean info them. it's using microsoft.office.interop.word v14 , works fine on windows 7 machine office 2010. need create app work on xp office 2003. going add together reference v11 of dll not find it. downloaded pia installer here http://support.microsoft.com/kb/897646 install disappears sec install.

how add together reference v11 of interop libraries without having office 2003 installed?

thanks, chris

i needed alter embed interop types property on assemblies true. found article on here: msdn.microsoft.com/en-us/library/ee317478.aspx. working on win7/office2010 , xp/office2003. pointing me downwards right path hans!

c# visual-studio-2010

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -