Error while loading password protected project (#1537)
Program throws error while loading project protected with password.
Error message:
System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at SoftwareIdeasModeler.ProjectXml.SimXmlReader.Load()
at SoftwareIdeasModeler.ProjectHelper.LoadProject(String localFileName, Boolean showReadOnlyWarning, Boolean checkFileVersion, Boolean processCustomDiagrams)
at SoftwareIdeasModeler.ProjectHelper.LoadProject(String filename, String repositoryPath)