I am currently evaluating the trial version.
I am getting the same following error when using CopyToClipboard, CutToClipboard, and SaveToFile:
Type 'Designer.SerializableDictionary`2[[System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Designer.PropertyValue, Designer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' in Assembly 'Designer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.
I have no problems with importing/exporting XML using LoadFromXml and SaveToXML after handling the DeserializeTag and SerializeTag events. (see posting
http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=119616009...) - My ShapeNode tag objects are set to a serializable object that contains a SerializableDictionary object with a value that's a serializable object... - in otherwords, all my custom objects should be serializable.
I realize that I need to write a handler for SerializeControl and DeserializeControl, but do not know how to proceed. Could you please advise?