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!
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
hope somebody can help me - i really got stuck on this
thx in advance!