P
Patrik Lindvall
Hi,
I have a small application were some custom XML is stored
in an external file, using the MSXML2 functionality.
This all works fine, but as the XML is small I would
prefer to store it inside the Visio Document.
So right now I am trying to use the SolutionXMLElement
but when my code gets to
doc.SolutionXMLElement("myXMLData")= myXMLstr
I get a VB runtime error -2032465751 (86db09a9)
invalid Parameter.
Am running Visio 2002 SR-1 (10.0.2705)
Any one else got the SolutionXML parts to work ?
Kind Regards
Patrik
I have a small application were some custom XML is stored
in an external file, using the MSXML2 functionality.
This all works fine, but as the XML is small I would
prefer to store it inside the Visio Document.
So right now I am trying to use the SolutionXMLElement
but when my code gets to
doc.SolutionXMLElement("myXMLData")= myXMLstr
I get a VB runtime error -2032465751 (86db09a9)
invalid Parameter.
Am running Visio 2002 SR-1 (10.0.2705)
Any one else got the SolutionXML parts to work ?
Kind Regards
Patrik