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!

Signature
<-~^~->
zkid - 03 Oct 2006 02:31 GMT
Hey johnny,
There's actually an Office XML community that might be more knowledgable in
this area than this programm forum. It's under Office and Desktop Apps -->
Office --> Office XML.
> Hi!
>
[quoted text clipped - 12 lines]
>
> thx in advance!