Faulty App.config is destroying WinForms !

  • Thread starter Thread starter Cybertof
  • Start date Start date
C

Cybertof

Hello,

If you change your </AppSettings> ending tag with </Appsettings>
(without uppercase 'S'), you get an 'invalid' App.config.

Now if you close your winforms and open them again, you loose their
content.

Have anyone noticed this ?

Regards,
Cybertof.
 
The config files are XML based, and hence case sensitive.
Although this explains why the config is invalid, it doesn't explain the
error...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top