Crash when editing a label on a data flow in a sub-diagram (#1598)
System.Xml.XmlException: '.', valeur hexadécimale 0x00, est un caractère non valide. Ligne 1, position 1.
à System.Xml.XmlTextReaderImpl.Throw(Exception e)
à System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
à System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
à System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
à System.Xml.XmlTextReaderImpl.ParseDocumentContent()
à System.Xml.XmlTextReaderImpl.Read()
à System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
à System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
à SoftwareIdeas.Controls.Base.IO.DialogSizeManager.Load(String fileName)
à SoftwareIdeas.Controls.Base.IO.DialogSizeManager.get_Default()
à SoftwareIdeas.Controls.Base.DialogForm.OnLoad(EventArgs e)
à SoftwareIdeasModeler.Dialogs.Properties.ItemPropertiesForm.OnLoad(EventArgs e)
à System.Windows.Forms.Form.OnCreateControl()
à System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
à System.Windows.Forms.Control.CreateControl()
à System.Windows.Forms.Control.WmShowWindow(Message& m)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
à System.Windows.Forms.ContainerControl.WndProc(Message& m)
à System.Windows.Forms.Form.WmShowWindow(Message& m)
à System.Windows.Forms.Form.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
OF=SoftwareIdeasModeler.MainForm
NoCmds
Dusan Rodina - softwareideas.net 23 April 2019 17:34:09
Hello,
we were not yet able to find the root of this problem. The problem arises when the file with saved sizes of application dialogs contains empty content. We could not reproduce this state.
The immediate problem should be fixed when you delete (or rename) the following file: C:\Users\{YOUR_USER_NAME}\AppData\Roaming\DusanRodina\SoftwareIdeasModeler\Environment\DialogSizes.xml
The next version will be improved to not crash when this file is empty.