Can't load CustomXMLParts since Technical Refresh

J

johnny_be_good

Hi!

I'm working on a data export function from our software into Word2k7, using
CustomXMLParts therefore to save the Data to docx and a COM-AddIn to step
through the single DataSets.
Everything worked pretty fine until i updated to the Technical Refresh.
Now i can't get the CustomXMLParts out of the docx anymore.
I checked the unzipped docx files and they are alright - they got the
correct GUID, but when i call for:
Office.CustomXMLPart customXML = _Doc.CustomXMLParts.SelectByID(MYGUID);
it returns null - but that's only since the technical refresh!
Did they change anything concerning this? I've already read thousands of
blogs (or maybe a few dozens ;)) but I haven't found anything helpfull ...
hope somebody can help me - i really got stuck on this

thx in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top