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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top