G
Guest
I have my first windows forms application in which I have added a
configuration file. I have two keys and either the file is not being read or
it is not happy with the way the file is structured. I welcome any ideas on
why this occurring.
The file is in the same directory as the application.
It is named <appname>.exe.xml
This is the contents:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ComName" value="MyTest.dll" />
<add key="ComponentGUID" value="{CE6E1632-CAE3-4CD1-A443-FBE9A003977B}" />
</appSettings>
</configuration>
configuration file. I have two keys and either the file is not being read or
it is not happy with the way the file is structured. I welcome any ideas on
why this occurring.
The file is in the same directory as the application.
It is named <appname>.exe.xml
This is the contents:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ComName" value="MyTest.dll" />
<add key="ComponentGUID" value="{CE6E1632-CAE3-4CD1-A443-FBE9A003977B}" />
</appSettings>
</configuration>