Skip to content

Didn't starting if .exe.config didn't exist #37

@de-served

Description

@de-served

If there are no HostsFileEditor.exe.config file then trying to start HostsFileEditor.exe will fail - program closes.
It must start with defaults and if necessary (something changed in settings/windows pos) - recreate config?

UPD: config parameters ignored.
Changing to

      <setting name="WindowLocation" serializeAs="String">
        <value>0, 0</value>
      </setting>
      <setting name="WindowSize" serializeAs="String">
        <value>1920, 1054</value>
      </setting>

does nothing.
Win 10 x64 22H2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions