XML processing error with MMApp.ActiveDocument.CentralTopic.Xml
Answered
I am developing an addin for internal company use with MindManager and am trying to set the central topic's xml within the addin. When I do that, I get the error "0xc00cee65, Unspecified Error". I have tried changing several aspects of the xml that is input with no change to the error code. Can anyone help me determine what the problem with the xml is?
Hello Bryce. The central topic's XML will include the XML of the whole map. Are you modifying and replacing it, or generating XML externally? I have never tried replacing the XML for the entire document, and had very limited success with replacing the XML for a topic as it seemed to induce an instability that surfaced later. Generating or modifying a map by using API methods and properties will be more predictable than overwriting the XML.
Hello Bryce. The central topic's XML will include the XML of the whole map. Are you modifying and replacing it, or generating XML externally? I have never tried replacing the XML for the entire document, and had very limited success with replacing the XML for a topic as it seemed to induce an instability that surfaced later. Generating or modifying a map by using API methods and properties will be more predictable than overwriting the XML.
---