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!
--
<-~^~->

RE: Can't load CustomXMLParts since Technical Refresh by zkid

zkid
Mon Oct 02 20:31:02 CDT 2006

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.

"johnny_be_good" wrote:

> 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!
> --
> <-~^~->