etienne_marais
Honorary Master
Can anybody see what is wrong with this in app.config ?
The program which is a console app fails to compile, there are no errors in the errors window, but I have the following 'information' output which I think may cause the compiler to fail ?

The program worked yesterday, somehow a line of '77777777777777777777777777777777777 and some garbage' appeared in app.config. I deleted the line and it would not compile from there on. Then I copied/pasted the entire app.config from production (where it works correctly) into the development app.config but it still does not compile.
I will post the entire error output screen and app.config later if nobody can seen anything wrong here, the other 'information' outputs are just recommendations.
Code:
<configSections>
<sectionGroup name="wwImplementations">
<section name="WaterWatch" type="System.Configuration.AppSettingsSection,System.Configuration.NameValueSectionHandler,System" />
</sectionGroup>
</configSections>
<wwImplementations>
<WaterWatch>
</WaterWatch>
</wwImplementations>
The program which is a console app fails to compile, there are no errors in the errors window, but I have the following 'information' output which I think may cause the compiler to fail ?
The program worked yesterday, somehow a line of '77777777777777777777777777777777777 and some garbage' appeared in app.config. I deleted the line and it would not compile from there on. Then I copied/pasted the entire app.config from production (where it works correctly) into the development app.config but it still does not compile.
I will post the entire error output screen and app.config later if nobody can seen anything wrong here, the other 'information' outputs are just recommendations.
Attachments
Last edited: