Closed skillz1925 closed 3 years ago
Please do try to make these steps to get debug info, that is specific to your system:
Please, keep in mind that developer is unable to treat such errors on case-to-case basis constantly, and there is a room for improvement in the future, but though your debug info now will be useful in diagnosing edge cases, there might not be an immediate response. Thank you for cooperation.
Thank you. Sorry it took so long to upload them.
could it be that i didn't download the net framework before updating the app?
According to the error dump, it looks like your configuration files are corrupted and do not contain valid XML data.
Error stacktraces:
Exception Info: System.Xml.XmlException
at System.Xml.XmlTextReaderImpl.Throw(System.Exception)
at System.Xml.XmlTextReaderImpl.Throw(System.String, System.String[])
at System.Xml.XmlTextReaderImpl.ParseText(Int32 ByRef, Int32 ByRef, Int32 ByRef)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
[...]
Exception Info: System.Configuration.ConfigurationErrorsException
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean)
[...]
To fix this you need to remove all configuration files for this app. I know you are already said you tried the fix, but the configuration module still reads some file, so there must still be one broken file somewhere.
i deleted the user config file in that folder and it worked. Thank you!
I click the app and it doesn't start. It seems like the issue from #55. I tried the thing you said to fix it and it didn't work.