The software can’t read the file and shows me the path to the file named “Settings.settings” with the following code in it…
I have no idea of how to fix the code…
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
I try to change the code adding the element adding an propertie Name=”(Default)”
Doesnt work :/
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings Name="(Default)" />
</SettingsFile>
New contributor
Bruno Cunha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.