Typed DataSet in Visio Control SolutionXml

A

Anne Nonyme

Hello,

When I try to save a typed DataSet in the VisioControl SolutionXml, I get an
"Invalid Parameter" exception. Some idea?

Example code (c#):

myVisioControl.Document.set_SolutionXMLElement (mySolutionName,
myTypedDataSet.GetXml());

Thanks
Regards
Anne
 
A

Anne Nonyme

Well.. in fact is not a problem of DataSet. The Xml must by in the following
form:

myVisioControl.Document.set_SolutionXMLElement ("mySolution", "<SolutionXML
Name="mySolution"> </SolutionXML>");

Regards
 
Top