The problem is that I can't open the document in the code if its open in Word.
Main Topics
Browse All TopicsI'm working on a Word 2007 add-in using VSTO and C#. I want to read and write custom document properties. I managed to write custom properties eventually, I can't find a way to read them however. Below the code I use to write the custom document properties.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Or you can try to use the DSOFile.dll.
Helpful links:
http://support.microsoft.c
Hope this helps!
Regards,
Mishu
Business Accounts
Answer for Membership
by: ShazbotOKPosted on 2008-08-11 at 06:15:28ID: 22203995
DOCX documents are really only XML -- you can write a simple xml parser to read those in...
More info from Microsoft here: http://msdn.microsoft.com/ en-us/libr ary/bb3089 36.aspx